Desktop/networkManager: add home wifi

This commit is contained in:
Toast 2025-12-06 04:41:12 +01:00
parent 7277135a5b
commit 1ea530a2a6
2 changed files with 12 additions and 4 deletions

View file

@ -38,6 +38,14 @@ in {
psk = "$PHONE";
};
};
home = mkWifiProfile {
id = "Home";
ssid = "MOVISTAR-WIFI6-DC98";
wifi-security = {
key-mgmt = "sae";
psk = "$HOME";
};
};
};
};
};