add RUST_LOG for attic
Some checks failed
Check Nix flake / Perform Nix flake checks (pull_request) Failing after 58s
Check Nix formatting / Perform Nix format checks (pull_request) Failing after 1m0s
Check flake.lock / Check health of `flake.lock` (pull_request) Successful in 1m7s

Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
ahuston-0 2025-05-26 18:37:32 -04:00
parent ff00f134dd
commit 2cb803b39e
No known key found for this signature in database
GPG Key ID: 47940175096C1330

View File

@ -10,6 +10,10 @@
attic-client
];
systemd.services.atticd.environment = {
RUST_LOG = "INFO";
};
services = {
atticd = {
enable = true;