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.
This commit is contained in:
Rodrigo Arias 2024-07-22 11:02:32 +02:00
parent f3167c0cc0
commit 7b58d8fbcc
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
];