From 68e6bcd5583301c8d08dfd8780703ad8d181d943 Mon Sep 17 00:00:00 2001 From: sefidel Date: Fri, 1 Mar 2024 19:03:57 +0900 Subject: chore(modules/atticd): add note on watch-store --- modules/services/atticd.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/services/atticd.nix b/modules/services/atticd.nix index dcc9ea7..6229b11 100644 --- a/modules/services/atticd.nix +++ b/modules/services/atticd.nix @@ -97,6 +97,8 @@ in serviceConfig = { DynamicUser = true; StateDirectory = "atticd-watch-store"; + # NOTE: currently this expects `attic/config.toml` to be manually + # generated and placed on `/var/lib/atticd-watch-store` Environment = "XDG_CONFIG_HOME=/var/lib/atticd-watch-store"; ExecStart = "${pkgs.attic}/bin/attic watch-store hydra"; Restart = "on-failure"; -- cgit 1.4.1