Desktop/networkManager: add home wifi
This commit is contained in:
parent
7277135a5b
commit
1ea530a2a6
2 changed files with 12 additions and 4 deletions
|
|
@ -38,6 +38,14 @@ in {
|
|||
psk = "$PHONE";
|
||||
};
|
||||
};
|
||||
home = mkWifiProfile {
|
||||
id = "Home";
|
||||
ssid = "MOVISTAR-WIFI6-DC98";
|
||||
wifi-security = {
|
||||
key-mgmt = "sae";
|
||||
psk = "$HOME";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue