Add another network
This commit is contained in:
parent
3755e04050
commit
7ac4d091fc
1 changed files with 6 additions and 0 deletions
|
@ -1,4 +1,7 @@
|
|||
{ ... }: {
|
||||
|
||||
networking.networkmanager.unmanaged = [ "wlp170s0" ];
|
||||
|
||||
networking.wireless = {
|
||||
enable = true;
|
||||
networks = {
|
||||
|
@ -6,6 +9,9 @@
|
|||
"FBI Van#2.4" = {
|
||||
pskRaw = "2b0f85c355edd404f86df7b6248e274acf4cf75c559dc0bbafe3566590a342cc";
|
||||
};
|
||||
"copeland-5g" = {
|
||||
pskRaw = "5b43054e4c927ecd94cf19103fa80a7ce99ca69f27cdd75026be3c261d7f78cb";
|
||||
};
|
||||
};
|
||||
};
|
||||
# https://nixos.wiki/wiki/Remote_LUKS_Unlocking
|
||||
|
|
Loading…
Add table
Reference in a new issue