Bind mount /home as /nfs/home in apex and owls
All checks were successful
CI / build:cross (pull_request) Successful in 8s
CI / build:all (pull_request) Successful in 33s
CI / build:all (push) Successful in 4s
CI / build:cross (push) Successful in 8s

Fixes: #232
Reviewed-by: Rodrigo Arias Mallo <rodrigo.arias@bsc.es>
This commit was merged in pull request #253.
This commit is contained in:
2026-03-24 16:39:14 +01:00
committed by Rodrigo Arias Mallo
parent 0140b887bb
commit c1322dceb6
4 changed files with 11 additions and 0 deletions

View File

@@ -7,6 +7,7 @@
../module/ceph.nix
../module/hut-substituter.nix
../module/slurm-server.nix
../module/nfs-home-bind.nix
./nfs.nix
./wireguard.nix
];

View File

@@ -0,0 +1,8 @@
{
# Alias nfs home
fileSystems."/nfs/home" = {
device = "/home";
fsType = "none";
options = [ "bind" ];
};
}

View File

@@ -9,6 +9,7 @@
../module/slurm-firewall.nix
../module/debuginfod.nix
../module/hut-substituter.nix
../module/nfs-home-bind.nix
];
# Select the this using the ID to avoid mismatches

View File

@@ -9,6 +9,7 @@
../module/slurm-firewall.nix
../module/debuginfod.nix
../module/hut-substituter.nix
../module/nfs-home-bind.nix
];
# Select the this using the ID to avoid mismatches