Add nfs mount

This commit is contained in:
Dave Gallant
2023-01-14 11:39:48 -05:00
parent f99a9da766
commit bb58e52c2c
4 changed files with 15 additions and 10 deletions

View File

@@ -62,6 +62,11 @@
fsType = "vfat";
};
fileSystems."/mnt/synology-2b/media" = {
device = "192.168.1.250:/volume1/Media";
fsType = "nfs";
};
swapDevices = [
{device = "/dev/disk/by-uuid/5d6d0388-2b15-4ff1-9f0f-391818a76090";}
];