From c312741d61f9d7fdc6e84c95484750cd2dc99edf Mon Sep 17 00:00:00 2001 From: Max Audron Date: Thu, 8 Jan 2026 13:38:02 +0100 Subject: fix some update stuff --- modules/authentik/default.nix | 4 ---- 1 file changed, 4 deletions(-) (limited to 'modules/authentik/default.nix') diff --git a/modules/authentik/default.nix b/modules/authentik/default.nix index 9cc3a3f..c4ed297 100644 --- a/modules/authentik/default.nix +++ b/modules/authentik/default.nix @@ -1,9 +1,5 @@ { self, config, lib, pkgs, ... }: -with self.lib.nginx; - -let version = "2025.6.4"; -in { services.authentik = { enable = true; -- cgit v1.2.3