remove nfs and autofs
This commit is contained in:
parent
da6095e0d2
commit
db24e9b742
4 changed files with 0 additions and 110 deletions
|
|
@ -5,7 +5,6 @@
|
|||
./hardware-configuration.nix
|
||||
../system-default.nix # Common NixOS system configuration
|
||||
../../../modules/wireguard.nix
|
||||
../../../modules/autofs.nix
|
||||
../../../modules/login-display.nix
|
||||
];
|
||||
|
||||
|
|
@ -318,12 +317,4 @@
|
|||
showDiskUsage = true;
|
||||
};
|
||||
|
||||
# AutoFS auto-mounting for remote NFS shares
|
||||
services.autofs-custom = {
|
||||
enable = true;
|
||||
remoteHost = "lan.hs.yanlincs.com"; # Prefer LAN when at home
|
||||
replicas = [ "10.2.2.20" ]; # Fallback to WireGuard when remote
|
||||
mountPoint = "/mnt/hs-media";
|
||||
};
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue