fix(nas) : new ip

This commit is contained in:
Florian Schmitt 2023-11-29 09:49:32 +03:00
parent 8ba71f17ec
commit 56b205370b

View file

@ -26,10 +26,9 @@
{ device = "/dev/disk/by-uuid/37E1-D07F";
fsType = "vfat";
};
fileSystems."/mnt/nas/music" =
{
device = "192.168.1.9:/volume1/music";
device = "192.168.1.2:/volume1/music";
options = [ "nfsvers=4.2" "x-systemd.automount" "noauto" "rw" "relatime" "user" "acl" "defaults"];
fsType = "nfs";
};
@ -87,4 +86,4 @@
RuntimeDirectorySize=8G
HandleLidSwitchDocked=ignore
'';
}
}