0
0
Fork 0
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:
Jappie3 2025-03-31 19:29:18 +02:00
parent 153ac89fba
commit b40d9c82c1
No known key found for this signature in database

View file

@ -907,7 +907,6 @@ in
TemporaryFileSystem = "/:ro";
}
];
environment.RUST_LOG = "info";
};
systemd.services.kanidm-unixd = mkIf cfg.enablePam {