aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2024-03-01 19:03:57 +0900
committersefidel <contact@sefidel.net>2024-03-01 19:03:57 +0900
commit68e6bcd5583301c8d08dfd8780703ad8d181d943 (patch)
tree340e0d298b09a525b4613957e95e3975289a72cf
parentae7b9c513eca469da8978f73794644dde81fa7a8 (diff)
downloadnixrc-68e6bcd5583301c8d08dfd8780703ad8d181d943.zip
chore(modules/atticd): add note on watch-store
-rw-r--r--modules/services/atticd.nix2
1 files changed, 2 insertions, 0 deletions
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";