mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-23 13:24:29 +00:00
nixos/kanidm: fix systemd service type
This commit is contained in:
parent
6e97b254e5
commit
5a1e877394
@ -67,8 +67,13 @@ let
|
||||
) [ ];
|
||||
|
||||
defaultServiceConfig = {
|
||||
# Setting the type to notify enables additional healthchecks, ensuring units
|
||||
# after and requiring kanidm-* wait for it to complete startup
|
||||
Type = "notify";
|
||||
BindReadOnlyPaths = [
|
||||
"/nix/store"
|
||||
# For healthcheck notifications
|
||||
"/run/systemd/notify"
|
||||
"-/etc/resolv.conf"
|
||||
"-/etc/nsswitch.conf"
|
||||
"-/etc/hosts"
|
||||
|
Loading…
Reference in New Issue
Block a user