Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
e461c86851
|
@@ -7,6 +7,7 @@
|
||||
../module/ceph.nix
|
||||
../module/hut-substituter.nix
|
||||
../module/slurm-server.nix
|
||||
../module/nfs-home-bind.nix
|
||||
./nfs.nix
|
||||
./wireguard.nix
|
||||
];
|
||||
|
||||
8
m/module/nfs-home-bind.nix
Normal file
8
m/module/nfs-home-bind.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
# Alias nfs home
|
||||
fileSystems."/nfs/home" = {
|
||||
device = "/home";
|
||||
fsType = "none";
|
||||
options = [ "bind" ];
|
||||
};
|
||||
}
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user