From b5377b6e970968af13fa22e6728f90ff052ee848 Mon Sep 17 00:00:00 2001 From: Max Audron Date: Wed, 30 Jul 2025 19:27:33 +0200 Subject: try to run authentik natively --- flake.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 4145a52..7fa7b4a 100644 --- a/flake.nix +++ b/flake.nix @@ -13,6 +13,8 @@ catinator.url = "gitlab:cocainefarm/catinator"; pastor.url = "gitlab:cocainefarm/pastor/feature/nix"; + + authentik-nix.url = "github:nix-community/authentik-nix"; }; outputs = @@ -23,6 +25,7 @@ nixpkgs-master, flake-parts, nixinate, + authentik-nix, ... }: flake-parts.lib.mkFlake { inherit inputs; } { @@ -83,6 +86,7 @@ ettves = mkSystem [ (import ./machines/ettves) + inputs.authentik-nix.nixosModules.default zfs teamspeak postgresql @@ -99,6 +103,7 @@ catinator pastor litellm + monitoring ]; phaenn = mkSystem [ (import ./machines/phaenn) -- cgit v1.2.3