This commit is contained in:
2026-01-17 10:13:32 -06:00
parent 712aaab720
commit eb857b8d03

View File

@@ -82,7 +82,7 @@
hostAddress = "192.168.100.10";
localAddress = "192.168.100.28";
timeoutStartSec = "30s";
timeoutStartSec = "infinity";
config = let
pkgs-us = import nixpkgs-us { system = "x86_64-linux"; };
@@ -174,9 +174,9 @@
};
systemd.services.pihole-ftl-setup.preStart = ''
/*systemd.services.pihole-ftl-setup.preStart = ''
while [[ ! ''$(ip l | grep eth0 | grep UP) ]]; do sleep 1; done;
'';
'';*/
systemd.network = {
enable = true;