diff options
| author | Max Audron <audron@cocaine.farm> | 2025-07-30 19:27:33 +0200 |
|---|---|---|
| committer | Max Audron <audron@cocaine.farm> | 2025-07-30 19:27:33 +0200 |
| commit | b5377b6e970968af13fa22e6728f90ff052ee848 (patch) | |
| tree | 5b0df06c8747a2533f8ceaa6f7605e80d8d29eb0 /flake.nix | |
| parent | more metrics (diff) | |
try to run authentik natively
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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) |
