Don't mount the nix store in owl nodes

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é <abonerib@bsc.es>
This commit is contained in:
Rodrigo Arias 2024-07-22 11:02:32 +02:00
parent c8687f7e45
commit 5cad208de6
2 changed files with 0 additions and 2 deletions

View File

@ -7,7 +7,6 @@
../module/emulation.nix
../module/slurm-client.nix
../module/slurm-firewall.nix
../module/slurm-hut-nix-store.nix
../module/debuginfod.nix
];

View File

@ -7,7 +7,6 @@
../module/emulation.nix
../module/slurm-client.nix
../module/slurm-firewall.nix
../module/slurm-hut-nix-store.nix
../module/debuginfod.nix
];