diff options
author | Marc Coquand <marc@mccd.space> | 2024-01-20 17:45:55 -0600 |
---|---|---|
committer | Marc Coquand <marc@mccd.space> | 2024-01-20 17:45:55 -0600 |
commit | a14b3f6e5a7e9e122b2fbd1490825f719b7abfb2 (patch) | |
tree | 45238713c6ebb17b1aaacac7c83c845014dff6f8 /configuration.nix | |
parent | bffa94ebea6be39a554382bf5502295edc0de89d (diff) | |
download | nixos-a14b3f6e5a7e9e122b2fbd1490825f719b7abfb2.tar.gz nixos-a14b3f6e5a7e9e122b2fbd1490825f719b7abfb2.tar.bz2 nixos-a14b3f6e5a7e9e122b2fbd1490825f719b7abfb2.zip |
Attempt
Diffstat (limited to '')
-rw-r--r-- | configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configuration.nix b/configuration.nix index 941939e..0d321d5 100644 --- a/configuration.nix +++ b/configuration.nix @@ -12,7 +12,7 @@ ${inputs.ann.apps.${pkgs.system}."migrate-up".program} exec ${inputs.ann.apps.${pkgs.system}.ann.default.program} ''; - wantedBy = [ "multi-user.target" ]; + wantedBy = [ "multi-user.target" ] }; services.freshrss = { |