1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-08 11:35:37 +03:00

nixos/kanidm: don't set RUST_LOG in systemd service (#394964)

This commit is contained in:
jopejoe1 2025-04-03 10:57:36 +02:00 committed by GitHub
commit daf56b64ff
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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