diff --git a/nix/pkgs/ap.nix b/nix/pkgs/ap.nix index 14b37ce..85a2dcf 100644 --- a/nix/pkgs/ap.nix +++ b/nix/pkgs/ap.nix @@ -308,7 +308,7 @@ in '' for svc in dnsmasq uhttpd ; do rm -f /etc/rc.d/*\$svc - /etc/init.d/\$svc stop + /etc/init.d/\$svc stop || true done ${lib.optionalString hostConfig.firstboot "reboot"}