diff --git a/hosts/earth/system/hardware.nix b/hosts/earth/system/hardware.nix index 37301e8..e949c45 100644 --- a/hosts/earth/system/hardware.nix +++ b/hosts/earth/system/hardware.nix @@ -41,6 +41,12 @@ options = ["compress=zstd" "subvol=@Home"]; }; + fileSystems."/mnt/nfs_share" = { + device = "192.168.48.41:/data/nfs_share"; + fsType = "nfs"; + options = ["noauto" "x.systemd.automount" "x-systemd.idle-timeout=600"]; + }; + swapDevices = []; networking.useDHCP = lib.mkDefault true;