update hostapd to "build" syntax
This commit is contained in:
parent
90c1d59aca
commit
f82501d278
4 changed files with 14 additions and 18 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue