diff options
author | Marc Coquand <marc@mccd.space> | 2024-01-20 20:00:07 -0600 |
---|---|---|
committer | Marc Coquand <marc@mccd.space> | 2024-01-20 20:00:07 -0600 |
commit | 1035055e699ddb8eb3b34de1b42809023678ee35 (patch) | |
tree | 2b64f0235f5d6add67cef9a15965a38cfd1dfa01 | |
parent | a14b3f6e5a7e9e122b2fbd1490825f719b7abfb2 (diff) | |
download | nixos-1035055e699ddb8eb3b34de1b42809023678ee35.tar.gz nixos-1035055e699ddb8eb3b34de1b42809023678ee35.tar.bz2 nixos-1035055e699ddb8eb3b34de1b42809023678ee35.zip |
Revert "Attempt"
This reverts commit a14b3f6e5a7e9e122b2fbd1490825f719b7abfb2.
-rw-r--r-- | configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configuration.nix b/configuration.nix index 0d321d5..941939e 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 = { |