Increase harmonia logging
Some checks failed
Run nix flake check / flake-check (push) Failing after 5m18s
Periodic flake update / flake-update (push) Successful in 1m15s

This commit is contained in:
Torjus Håkestad 2025-02-24 19:29:53 +01:00
parent 99a2b414b8
commit 78fc0c8c66
Signed by: torjus
SSH Key Fingerprint: SHA256:KjAds8wHfD2mBYK2H815s/+ABcSdcIHUndwHEdSxml4

View File

@ -10,4 +10,7 @@
package = pkgs.unstable.harmonia;
signKeyPaths = [ config.sops.secrets.cache-secret.path ];
};
systemd.services.harmonia = {
environment.RUST_LOG = "info,actix_web=debug";
};
}