forgot to enable hostapd

This commit is contained in:
Charlotte 🦝 Delenk 2022-04-24 22:01:17 +01:00
parent 0e17a59abb
commit 64c290bbfd
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -3,6 +3,7 @@
../../modules/hostapd.nix
];
services.hostapd = {
enable = true;
countryCode = "DE";
interface = "wlp6s0";
ssid = "🦝";