Specify wifi priorities for each machine based on location
This commit is contained in:
parent
6da45dc7bd
commit
32421372e4
2 changed files with 16 additions and 5 deletions
|
|
@ -29,7 +29,7 @@
|
|||
fileSystems."/storage" = {
|
||||
device = "192.168.1.168:/storage";
|
||||
fsType = "nfs";
|
||||
options = [ "x-systemd.automount" "noauto" ];
|
||||
options = [ "x-systemd.automount" "noauto" "_netdev" ];
|
||||
};
|
||||
|
||||
swapDevices =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue