Increase harmonia logging
This commit is contained in:
parent
99a2b414b8
commit
78fc0c8c66
@ -10,4 +10,7 @@
|
|||||||
package = pkgs.unstable.harmonia;
|
package = pkgs.unstable.harmonia;
|
||||||
signKeyPaths = [ config.sops.secrets.cache-secret.path ];
|
signKeyPaths = [ config.sops.secrets.cache-secret.path ];
|
||||||
};
|
};
|
||||||
|
systemd.services.harmonia = {
|
||||||
|
environment.RUST_LOG = "info,actix_web=debug";
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user