aboutsummaryrefslogtreecommitdiff
path: root/modules/profiles/upgrade/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/profiles/upgrade/default.nix')
-rw-r--r--modules/profiles/upgrade/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/profiles/upgrade/default.nix b/modules/profiles/upgrade/default.nix
index 32c49a8..80fd3e3 100644
--- a/modules/profiles/upgrade/default.nix
+++ b/modules/profiles/upgrade/default.nix
@@ -17,7 +17,8 @@
let
hostname = config.networking.hostName;
dependencies = [ "network-online.target" ];
- in {
+ in
+ {
wantedBy = [ "multi-user.target" ];
wants = dependencies;
after = dependencies;