timeout
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user