From 5cad208de65121efa7370d3ca58c93fe71d2cc4a Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Mon, 22 Jul 2024 11:02:32 +0200 Subject: [PATCH] Don't mount the nix store in owl nodes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Initially we planned to run jobs in those nodes by sharing the same nix store from hut. However, these nodes are now used to build packages which are not available in hut. Users also ssh to the nodes, which doesn't mount the hut store, so it doesn't make much sense to keep mounting it. Reviewed-by: Aleix Boné --- m/owl1/configuration.nix | 1 - m/owl2/configuration.nix | 1 - 2 files changed, 2 deletions(-) diff --git a/m/owl1/configuration.nix b/m/owl1/configuration.nix index 5a87b86..7fc4a8f 100644 --- a/m/owl1/configuration.nix +++ b/m/owl1/configuration.nix @@ -7,7 +7,6 @@ ../module/emulation.nix ../module/slurm-client.nix ../module/slurm-firewall.nix - ../module/slurm-hut-nix-store.nix ../module/debuginfod.nix ]; diff --git a/m/owl2/configuration.nix b/m/owl2/configuration.nix index 9bb010e..3ea9413 100644 --- a/m/owl2/configuration.nix +++ b/m/owl2/configuration.nix @@ -7,7 +7,6 @@ ../module/emulation.nix ../module/slurm-client.nix ../module/slurm-firewall.nix - ../module/slurm-hut-nix-store.nix ../module/debuginfod.nix ];