porcorosso: add totoro mount
This commit is contained in:
parent
1ffc76754d
commit
2088559ef5
1 changed files with 1 additions and 0 deletions
|
@ -56,6 +56,7 @@ in {
|
|||
fsType = "ntfs";
|
||||
options = [ "rw" "uid=1000" "gid=100" "dmask=022" "fmask=024" "windows_names" ];
|
||||
};
|
||||
"/home/lukegb/mnt" = { device = "192.168.1.40:/"; fsType = "nfs"; };
|
||||
};
|
||||
|
||||
nix.maxJobs = lib.mkDefault 12;
|
||||
|
|
Loading…
Reference in a new issue