fix(nas) : new ip
This commit is contained in:
parent
8ba71f17ec
commit
56b205370b
1 changed files with 2 additions and 3 deletions
|
@ -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";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue