summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorGrigory Shipunov2025-01-21 00:14:24 +0000
committerGrigory Shipunov2025-01-21 00:14:24 +0000
commitea75d168e423dfd71d6122d3c9540223585c662e (patch)
tree03b56ab92278bd1aab17f285b92541f3cebe46a7 /flake.nix
parent30d2e7fafc7ea9e89ae26cedeab0fcbdf457bc3d (diff)
deploy authentik, cleanup
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 8f5ed17..08ae017 100644
--- a/flake.nix
+++ b/flake.nix
@@ -25,6 +25,11 @@
inputs.nixpkgs.follows = "nixpkgs-unstable";
};
+ authentik-nix = {
+ url = "github:nix-community/authentik-nix";
+ inputs.nixpkgs.follows = "nixpkgs-stable";
+ };
+
tmux-yank = {
url = "github:tmux-plugins/tmux-yank";
flake = false;
@@ -34,6 +39,7 @@
outputs =
inputs@{
self,
+ authentik-nix,
flake-utils,
lanzaboote,
microvm,
@@ -106,6 +112,7 @@
modules = [
sops-nix.nixosModules.sops
microvm.nixosModules.microvm
+ authentik-nix.nixosModules.default
./hosts/auth
./modules/server