diff --git a/hosts/default/configuration.nix b/hosts/default/configuration.nix index 1408da6..11000e4 100644 --- a/hosts/default/configuration.nix +++ b/hosts/default/configuration.nix @@ -340,6 +340,12 @@ Type = "oneshot"; User = "root"; }; + wants = [ + "network-online.target" + ]; + after = [ + "network-online.target" + ]; }; environment.etc = {