about summary refs log tree commit diff
path: root/flake.nix
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2024-01-14 19:41:07 +0900
committersefidel <contact@sefidel.net>2024-01-14 19:41:07 +0900
commit05cf38543e0f3c66fbf069d26656fe53871883d2 (patch)
tree3ded31da16f636a9dfb3daff7e4315d528688cac /flake.nix
parentab38ccc1add444de85990c3e7aad75ede10e1674 (diff)
downloadinfra-05cf38543e0f3c66fbf069d26656fe53871883d2.tar.gz
infra-05cf38543e0f3c66fbf069d26656fe53871883d2.zip
feat(modules/authentik): init
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 40bd39d..c0da437 100644
--- a/flake.nix
+++ b/flake.nix
@@ -8,6 +8,9 @@
 
     impermanence.url = "github:nix-community/impermanence";
 
+    authentik-nix.url = "github:nix-community/authentik-nix";
+    authentik-nix.inputs.nixpkgs.follows = "unstable";
+
     sops-nix.url = "github:Mic92/sops-nix";
     sops-nix.inputs.nixpkgs.follows = "unstable";