From 88017f5a874478dd82f306a5df88c38a8d06fcb6 Mon Sep 17 00:00:00 2001 From: tdback Date: Thu, 16 Jan 2025 19:57:13 -0500 Subject: fix: format flake with `nixfmt-rfc-style` --- modules/profiles/upgrade/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'modules/profiles/upgrade') 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; -- cgit v1.2.3