From 281bb7cb5558ebd5f9445c65a3ddfd4c82e33f38 Mon Sep 17 00:00:00 2001 From: mjallen18 Date: Mon, 25 Aug 2025 21:10:51 -0500 Subject: [PATCH] atticd --- systems/x86_64-linux/nas/sops.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/systems/x86_64-linux/nas/sops.nix b/systems/x86_64-linux/nas/sops.nix index 6f29fc0..b001812 100755 --- a/systems/x86_64-linux/nas/sops.nix +++ b/systems/x86_64-linux/nas/sops.nix @@ -76,6 +76,14 @@ in sopsFile = defaultSops; restartUnits = [ "authentik.service" ]; }; + + # ------------------------------ + # attic + # ------------------------------ + "jallen-nas/attic-key" = { + sopsFile = defaultSops; + restartUnits = [ "atticd.service" ]; + }; # ------------------------------ # collabora # TODO