Merge pull request #248343 from CnTeng/master

nixos/dae: use network-online
This commit is contained in:
Nick Cao 2023-08-10 19:37:36 -06:00 committed by GitHub
commit 8efe50b161
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 = {