mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-26 00:18:28 +02:00
falkenstein-1 -> falkenstein
This commit is contained in:
parent
41d348b037
commit
bad96e4197
19 changed files with 41 additions and 33 deletions
|
@ -47,6 +47,11 @@
|
|||
psk = "@DORM_PSK@";
|
||||
authProtocols = [ "SAE" ];
|
||||
};
|
||||
"@DORM5_SSID@" = {
|
||||
priority = 5;
|
||||
psk = "@DORM_PSK@";
|
||||
authProtocols = [ "SAE" ];
|
||||
};
|
||||
"@PIXEL_SSID@" = {
|
||||
psk = "@PIXEL_PSK@";
|
||||
authProtocols = [ "WPA-PSK" ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue