forgot to enable hostapd
This commit is contained in:
parent
0e17a59abb
commit
64c290bbfd
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
||||||
../../modules/hostapd.nix
|
../../modules/hostapd.nix
|
||||||
];
|
];
|
||||||
services.hostapd = {
|
services.hostapd = {
|
||||||
|
enable = true;
|
||||||
countryCode = "DE";
|
countryCode = "DE";
|
||||||
interface = "wlp6s0";
|
interface = "wlp6s0";
|
||||||
ssid = "🦝";
|
ssid = "🦝";
|
||||||
|
|
Loading…
Reference in a new issue