Secritize wireless networks
This commit is contained in:
parent
b012164a19
commit
0ccc61053e
4 changed files with 0 additions and 28 deletions
|
@ -1,7 +1,5 @@
|
|||
{ config, ... }:
|
||||
{
|
||||
imports = [ ./networks ];
|
||||
|
||||
networking = {
|
||||
useNetworkd = true;
|
||||
dhcpcd.enable = false;
|
||||
|
|
|
@ -1,26 +0,0 @@
|
|||
{ ... }:
|
||||
{
|
||||
networking.wireless.networks = {
|
||||
"JimRouter_5G" = {
|
||||
priority = 4;
|
||||
pskRaw = "5156b4c53e87eeab7ad2bad7539db5eff2ffa1b1c3e029c941497f8aa89b0a34";
|
||||
};
|
||||
"JimRouter" = {
|
||||
priority = 3;
|
||||
pskRaw = "074c4aa88823219bbf0dd02d002e1780035c017e4fe579336c7435236ab5b76a";
|
||||
};
|
||||
|
||||
"JimRouter2_5G" = {
|
||||
priority = 2;
|
||||
pskRaw = "da5cc7b59870145ce7541412ddc9e6fc3b489e7ff98537d2d0e405487eb74f9c";
|
||||
};
|
||||
"JimRouter2" = {
|
||||
priority = 1;
|
||||
pskRaw = "b88862f69a24031ef3c6922760448d350b5caefa391c6f44943b65ff2fd84800";
|
||||
};
|
||||
|
||||
"BELL853".pskRaw = "8592380486aa824faf7ffa9dfa36135df6c22eeb48ef7a10f834ce437c742ab0";
|
||||
"BELL391".pskRaw = "2dbaa879d4c01770b9ffe344564e2676289bc2c9b8d32e9381ab6e3c1e477256";
|
||||
"Phone9".pskRaw = "b039a57a0110eb722aa2c681555c6fd25610c976aefb63d2988d4de1f4725b76";
|
||||
};
|
||||
}
|
Binary file not shown.
BIN
modules/system/secrets/networks/default.nix
Normal file
BIN
modules/system/secrets/networks/default.nix
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue