update hostapd to "build" syntax
This commit is contained in:
@@ -10,7 +10,7 @@ in rec {
|
||||
../../modules/hostapd
|
||||
];
|
||||
|
||||
services.hostap = config.system.service.hostapd {
|
||||
services.hostap = config.system.service.hostapd.build {
|
||||
interface = config.hardware.networkInterfaces.wlan_24;
|
||||
params = {
|
||||
ssid = "liminix";
|
||||
|
Reference in New Issue
Block a user