From 5ad1bbee601e5e69a4c5c018ca983ae9277a1d94 Mon Sep 17 00:00:00 2001 From: niten Date: Wed, 5 Jun 2024 10:02:36 -0700 Subject: [PATCH] That's a crazy default... --- paris-container.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/paris-container.nix b/paris-container.nix index daaf1ba..f6b366b 100644 --- a/paris-container.nix +++ b/paris-container.nix @@ -62,7 +62,6 @@ in { authentik-host = mkOption { type = str; description = "Hostname of the LDAP outpost provider."; - default = "authentik.${toplevel.config.fudo.mail.primary-domain}"; }; outpost-token-file = mkOption {