mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
nixos/kanidm: don't set RUST_LOG in systemd service
setting RUST_LOG in the systemd service means that the serverSettings.log_level option is pretty much useless, as RUST_LOG takes precedence
This commit is contained in:
parent
153ac89fba
commit
b40d9c82c1
1 changed files with 0 additions and 1 deletions
|
@ -907,7 +907,6 @@ in
|
|||
TemporaryFileSystem = "/:ro";
|
||||
}
|
||||
];
|
||||
environment.RUST_LOG = "info";
|
||||
};
|
||||
|
||||
systemd.services.kanidm-unixd = mkIf cfg.enablePam {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue