Specify wifi priorities for each machine based on location

This commit is contained in:
Haak Saxberg 2023-01-28 22:48:45 -08:00
parent 6da45dc7bd
commit 32421372e4
2 changed files with 16 additions and 5 deletions

View file

@ -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 =