diff options
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) |
