From 8b5c8337856b217cad0797ff556e325dafc3e43b Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Fri, 4 Jul 2025 01:31:56 -0400 Subject: [PATCH] fix lix linting error --- systems/palatine-hill/attic/default.nix | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/systems/palatine-hill/attic/default.nix b/systems/palatine-hill/attic/default.nix index 1b3580a..cdef37a 100644 --- a/systems/palatine-hill/attic/default.nix +++ b/systems/palatine-hill/attic/default.nix @@ -10,10 +10,6 @@ attic-client ]; - systemd.services.atticd.environment = { - RUST_LOG = "INFO"; - }; - services = { atticd = { enable = true; @@ -71,6 +67,9 @@ # configured default webstore for this on root user separately systemd = { services = { + atticd.environment = { + RUST_LOG = "INFO"; + }; attic-watch-store = { wantedBy = [ "multi-user.target" ]; after = [