Add some more mounts

This commit is contained in:
jimjam4real 2024-09-23 17:01:02 -04:00
parent 37803209cc
commit 26189c8ef9
2 changed files with 15 additions and 0 deletions

View file

@ -104,6 +104,11 @@ in {
fsType = "nfs4"; fsType = "nfs4";
options = ["x-systemd.automount" "_netdev" "nofail" "noauto"]; options = ["x-systemd.automount" "_netdev" "nofail" "noauto"];
}; };
"/home/jimbo/FreecornNFS" = {
device = "${outputs.secrets.cornIP}:/export/freecornNFS";
fsType = "nfs4";
options = ["x-systemd.automount" "_netdev" "nofail" "noauto"];
};
}; };
# Set the swap partition # Set the swap partition

View file

@ -27,6 +27,16 @@
device = "/dev/disk/by-uuid/f0b6cf4e-9576-4ab5-96ae-2a7e57599a35"; device = "/dev/disk/by-uuid/f0b6cf4e-9576-4ab5-96ae-2a7e57599a35";
fsType = "btrfs"; fsType = "btrfs";
}; };
"/home/jimbo/JimboNFS" = {
device = "${outputs.ips.wgSpan}.1:/export/JimboNFS";
fsType = "nfs4";
options = ["x-systemd.automount" "_netdev" "nofail" "noauto"];
};
"/home/jimbo/FreecornNFS" = {
device = "${outputs.secrets.cornIP}:/export/freecornNFS";
fsType = "nfs4";
options = ["x-systemd.automount" "_netdev" "nofail" "noauto"];
};
}; };
swapDevices = [ swapDevices = [