Remove SSID preferences from networked machines. They only need one.

This commit is contained in:
Haak Saxberg 2023-02-12 21:58:32 -08:00
parent c08a85ad7c
commit 1f6477feae

View file

@ -23,13 +23,6 @@ in
);
};
networking.wireless.networks.N904 = {
pskRaw = (
(import ../system/framework/keys.nix).wifi.N904.pskRaw
);
};
documentation.enable = false;
# for nixops to log in and perform operations as haak (instead of root)
@ -72,13 +65,6 @@ in
deployment.targetHost = "192.168.1.65";
imports = [ ../system/xps11/configuration.nix ];
networking.wireless.networks."ShamblingHalfling 5Ghz-1" = {
priority = 2;
};
networking.wireless.networks.N904 = {
priority = 1;
};
fileSystems."/storage" = {
device = "${nasIp}:/storage";
fsType = "nfs";
@ -95,13 +81,6 @@ in
../home/programs/flood
];
networking.wireless.networks."ShamblingHalfling 5Ghz-1" = {
priority = 1;
};
networking.wireless.networks.N904 = {
priority = 2;
};
services.nfs.server.enable = true;
services.nfs.server.exports = ''
/export 192.168.1.0/24(insecure,rw,sync,crossmnt,no_subtree_check,fsid=0)