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:34:06 +02:00
parent 153ac89fba
commit b40d9c82c1
@@ -907,7 +907,6 @@ in
TemporaryFileSystem = "/:ro";
}
];
environment.RUST_LOG = "info";
};
systemd.services.kanidm-unixd = mkIf cfg.enablePam {