From b07929eab3d6d7cc5db56674b03897cb05b79491 Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Thu, 18 Jul 2024 16:12:16 +0200 Subject: [PATCH] Enable debuginfod daemon in owl nodes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit WARNING: This will introduce noise, as the daemon wakes up from time to time to check for new packages. Reviewed-by: Aleix Boné --- m/owl1/configuration.nix | 1 + m/owl2/configuration.nix | 1 + 2 files changed, 2 insertions(+) diff --git a/m/owl1/configuration.nix b/m/owl1/configuration.nix index 1b9c4f3..ab2c63b 100644 --- a/m/owl1/configuration.nix +++ b/m/owl1/configuration.nix @@ -7,6 +7,7 @@ ../module/slurm-client.nix ../module/slurm-firewall.nix ../module/slurm-hut-nix-store.nix + ../module/debuginfod.nix ]; # Select the this using the ID to avoid mismatches diff --git a/m/owl2/configuration.nix b/m/owl2/configuration.nix index 1b7d4be..e973833 100644 --- a/m/owl2/configuration.nix +++ b/m/owl2/configuration.nix @@ -7,6 +7,7 @@ ../module/slurm-client.nix ../module/slurm-firewall.nix ../module/slurm-hut-nix-store.nix + ../module/debuginfod.nix ]; # Select the this using the ID to avoid mismatches