troubleshooting NFS shares

This commit is contained in:
Haak Saxberg 2022-08-11 15:13:23 -07:00
parent f5b6e307be
commit 35b60c250d
2 changed files with 8 additions and 11 deletions

View file

@ -26,6 +26,12 @@
fsType = "vfat";
};
fileSystems."/storage" = {
device = "192.168.1.168:/storage";
fsType = "nfs";
options = [ "x-systemd.automount" "noauto" ];
};
swapDevices =
[{ device = "/dev/disk/by-uuid/97c769a2-55da-475a-8dc0-d74d8bbde514"; }];