Compare commits

..

1 Commits

Author SHA1 Message Date
e461c86851 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
Fixes: #232
2026-03-24 17:02:03 +01:00
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