mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-08 19:45:42 +03:00
nixos/kanidm: don't set RUST_LOG in systemd service (#394964)
This commit is contained in:
commit
daf56b64ff
1 changed files with 0 additions and 1 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue