1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

fix(NetworkManager): use constant addresses for home wifi

This commit is contained in:
2021-11-09 19:34:56 +01:00
parent 1f48644558
commit 1002fd8b43

View File

@@ -49,6 +49,8 @@ in
profiles = lib.mapAttrs profile { profiles = lib.mapAttrs profile {
Aether = { Aether = {
connection.uuid = "7138bb0f-1aeb-4905-890e-a6628427aa21"; connection.uuid = "7138bb0f-1aeb-4905-890e-a6628427aa21";
ipv6.addr-gen-mode = "stable";
wifi.cloned-mac-address = "stable";
wifi-security = { wifi-security = {
psk = lib.strings.fileContents <secrets/wifi/Aether.psk>; psk = lib.strings.fileContents <secrets/wifi/Aether.psk>;
auth-alg = "open"; auth-alg = "open";