From 26189c8ef94ac95e617293cc93d6e52d42256fb1 Mon Sep 17 00:00:00 2001 From: jimjam4real Date: Mon, 23 Sep 2024 17:01:02 -0400 Subject: [PATCH] Add some more mounts --- system/hardware/machines/desktop.nix | 5 +++++ system/hardware/machines/pinebook.nix | 10 ++++++++++ 2 files changed, 15 insertions(+) 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 = [