Generalize nfs path

This commit is contained in:
Bun 2025-03-08 02:44:09 -05:00
parent 58e165ad1d
commit b3310802cb
12 changed files with 15 additions and 34 deletions

View file

@ -40,7 +40,7 @@
# Network mounts
"/home/${config.sysusers.main}/KittyNFS" = {
device = "${config.ips.server}:/export/KittyNFS";
device = "${config.ips.server}:/storage";
fsType = "nfs4";
options = [ "x-systemd.automount" "noauto" "soft" "_netdev" ];
};