From 3904e3d29b1c4df5e26313c2108632910acfe1ad Mon Sep 17 00:00:00 2001 From: WilliButz Date: Sun, 28 Jan 2024 21:15:41 +0100 Subject: [PATCH] module: remove restartTriggers from ldap outpost service Fixes #15 Before this change it was non-trivial to deploy the ldap outpost without also activating the main authentik service on the same host. Adding functionality to provide a separate configuration file for the outpost service remains an open task. --- module.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/module.nix b/module.nix index 3bcc6d8..ad29452 100644 --- a/module.nix +++ b/module.nix @@ -231,7 +231,6 @@ in "network-online.target" "authentik.service" ]; - restartTriggers = [ config.environment.etc."authentik/config.yml".source ]; serviceConfig = { RuntimeDirectory = "authentik-ldap"; UMask = "0027";