This commit is contained in:
Jimbo 2025-01-03 18:03:43 -05:00
parent c625bba259
commit b288e381a8
2 changed files with 4 additions and 4 deletions

View file

@ -14,8 +14,8 @@
}; };
# Network mounts # Network mounts
"/home/${config.sysusers.main}/JimboNFS" = { "/home/${config.sysusers.main}/KittyNFS" = {
device = "10.100.0.1:/export/JimboNFS"; device = "10.100.0.1:/export/KittyNFS";
fsType = "nfs4"; fsType = "nfs4";
options = [ "x-systemd.automount" "_netdev" "nofail" "noauto" ]; options = [ "x-systemd.automount" "_netdev" "nofail" "noauto" ];
}; };

View file

@ -2,8 +2,8 @@
{ {
fileSystems = { fileSystems = {
# Network mounts # Network mounts
"/home/${config.sysusers.main}/JimboNFS" = { "/home/${config.sysusers.main}/KittyNFS" = {
device = "10.100.0.1:/export/JimboNFS"; device = "10.100.0.1:/export/KittyNFS";
fsType = "nfs4"; fsType = "nfs4";
options = [ "x-systemd.automount" "_netdev" "nofail" "noauto" ]; options = [ "x-systemd.automount" "_netdev" "nofail" "noauto" ];
}; };