From ea75d168e423dfd71d6122d3c9540223585c662e Mon Sep 17 00:00:00 2001 From: Grigory Shipunov Date: Tue, 21 Jan 2025 00:14:24 +0000 Subject: deploy authentik, cleanup --- flake.nix | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'flake.nix') 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 -- cgit v1.3.1