nixos/dae: use network-online

This commit is contained in:
CnTeng
2023-08-10 20:23:46 +08:00
parent 2ed985dd37
commit 24f2116a7a
+2 -2
View File
@@ -20,8 +20,8 @@ in
unitConfig = {
Description = "dae Service";
Documentation = "https://github.com/daeuniverse/dae";
After = [ "network.target" "systemd-sysctl.service" ];
Wants = [ "network.target" ];
After = [ "network-online.target" "systemd-sysctl.service" ];
Wants = [ "network-online.target" ];
};
serviceConfig = {