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";
|
{ device = "/dev/disk/by-uuid/37E1-D07F";
|
||||||
fsType = "vfat";
|
fsType = "vfat";
|
||||||
};
|
};
|
||||||
|
|
||||||
fileSystems."/mnt/nas/music" =
|
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"];
|
options = [ "nfsvers=4.2" "x-systemd.automount" "noauto" "rw" "relatime" "user" "acl" "defaults"];
|
||||||
fsType = "nfs";
|
fsType = "nfs";
|
||||||
};
|
};
|
||||||
|
@ -87,4 +86,4 @@
|
||||||
RuntimeDirectorySize=8G
|
RuntimeDirectorySize=8G
|
||||||
HandleLidSwitchDocked=ignore
|
HandleLidSwitchDocked=ignore
|
||||||
'';
|
'';
|
||||||
}
|
}
|
Loading…
Reference in a new issue