Remove SSID preferences from networked machines. They only need one.
This commit is contained in:
parent
c08a85ad7c
commit
1f6477feae
1 changed files with 0 additions and 21 deletions
|
|
@ -23,13 +23,6 @@ in
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
||||||
networking.wireless.networks.N904 = {
|
|
||||||
pskRaw = (
|
|
||||||
(import ../system/framework/keys.nix).wifi.N904.pskRaw
|
|
||||||
);
|
|
||||||
};
|
|
||||||
|
|
||||||
|
|
||||||
documentation.enable = false;
|
documentation.enable = false;
|
||||||
|
|
||||||
# for nixops to log in and perform operations as haak (instead of root)
|
# for nixops to log in and perform operations as haak (instead of root)
|
||||||
|
|
@ -72,13 +65,6 @@ in
|
||||||
deployment.targetHost = "192.168.1.65";
|
deployment.targetHost = "192.168.1.65";
|
||||||
imports = [ ../system/xps11/configuration.nix ];
|
imports = [ ../system/xps11/configuration.nix ];
|
||||||
|
|
||||||
networking.wireless.networks."ShamblingHalfling 5Ghz-1" = {
|
|
||||||
priority = 2;
|
|
||||||
};
|
|
||||||
networking.wireless.networks.N904 = {
|
|
||||||
priority = 1;
|
|
||||||
};
|
|
||||||
|
|
||||||
fileSystems."/storage" = {
|
fileSystems."/storage" = {
|
||||||
device = "${nasIp}:/storage";
|
device = "${nasIp}:/storage";
|
||||||
fsType = "nfs";
|
fsType = "nfs";
|
||||||
|
|
@ -95,13 +81,6 @@ in
|
||||||
../home/programs/flood
|
../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.enable = true;
|
||||||
services.nfs.server.exports = ''
|
services.nfs.server.exports = ''
|
||||||
/export 192.168.1.0/24(insecure,rw,sync,crossmnt,no_subtree_check,fsid=0)
|
/export 192.168.1.0/24(insecure,rw,sync,crossmnt,no_subtree_check,fsid=0)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue