diff --git a/modules/home/nfs.nix b/modules/home/nfs.nix new file mode 100644 index 0000000..e3c3de8 --- /dev/null +++ b/modules/home/nfs.nix @@ -0,0 +1,7 @@ +{ ... }: +{ + fileSystems."/nfs" = { + device = "harbour:/mnt/main/main_big"; + fsType = "nfs"; + }; +}