diff options
author | sefidel <contact@sefidel.net> | 2024-03-01 19:03:57 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2024-03-01 19:03:57 +0900 |
commit | 68e6bcd5583301c8d08dfd8780703ad8d181d943 (patch) | |
tree | 340e0d298b09a525b4613957e95e3975289a72cf /modules | |
parent | ae7b9c513eca469da8978f73794644dde81fa7a8 (diff) | |
download | nixrc-68e6bcd5583301c8d08dfd8780703ad8d181d943.tar.gz nixrc-68e6bcd5583301c8d08dfd8780703ad8d181d943.zip |
chore(modules/atticd): add note on watch-store
Diffstat (limited to 'modules')
-rw-r--r-- | modules/services/atticd.nix | 2 |
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"; |