aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix5
1 files changed, 5 insertions, 0 deletions
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)