the switch hates utf8 ssids :(
This commit is contained in:
parent
03ebdb02e1
commit
fa80cb116c
1 changed files with 1 additions and 4 deletions
|
@ -6,12 +6,9 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
countryCode = "DE";
|
countryCode = "DE";
|
||||||
interface = "wlp6s0";
|
interface = "wlp6s0";
|
||||||
ssid = "🦝";
|
ssid = "racc";
|
||||||
wpa = true;
|
wpa = true;
|
||||||
wpaPassphraseFile = config.sops.secrets."services/hostapd".path;
|
wpaPassphraseFile = config.sops.secrets."services/hostapd".path;
|
||||||
extraConfig = ''
|
|
||||||
utf8_ssid=1
|
|
||||||
'';
|
|
||||||
};
|
};
|
||||||
sops.secrets."services/hostapd" = {
|
sops.secrets."services/hostapd" = {
|
||||||
restartUnits = [
|
restartUnits = [
|
||||||
|
|
Loading…
Reference in a new issue