update hostapd to "build" syntax

This commit is contained in:
Daniel Barlow 2023-08-05 12:21:18 +01:00
parent 90c1d59aca
commit f82501d278
4 changed files with 14 additions and 18 deletions

View file

@ -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";