From 1035055e699ddb8eb3b34de1b42809023678ee35 Mon Sep 17 00:00:00 2001 From: Marc Coquand Date: Sat, 20 Jan 2024 20:00:07 -0600 Subject: Revert "Attempt" This reverts commit a14b3f6e5a7e9e122b2fbd1490825f719b7abfb2. --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = { -- cgit v1.2.3