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:
@@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user