diff --git a/system/hardware/machines/desktop.nix b/system/hardware/machines/desktop.nix index 3ebc83d..a222412 100644 --- a/system/hardware/machines/desktop.nix +++ b/system/hardware/machines/desktop.nix @@ -104,6 +104,11 @@ in { 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"]; + }; }; # Set the swap partition diff --git a/system/hardware/machines/pinebook.nix b/system/hardware/machines/pinebook.nix index d9e7d74..6dcf942 100644 --- a/system/hardware/machines/pinebook.nix +++ b/system/hardware/machines/pinebook.nix @@ -27,6 +27,16 @@ device = "/dev/disk/by-uuid/f0b6cf4e-9576-4ab5-96ae-2a7e57599a35"; 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 = [