diff options
| author | Grigory Shipunov | 2025-01-21 00:14:24 +0000 |
|---|---|---|
| committer | Grigory Shipunov | 2025-01-21 00:14:24 +0000 |
| commit | ea75d168e423dfd71d6122d3c9540223585c662e (patch) | |
| tree | 03b56ab92278bd1aab17f285b92541f3cebe46a7 /flake.nix | |
| parent | 30d2e7fafc7ea9e89ae26cedeab0fcbdf457bc3d (diff) | |
deploy authentik, cleanup
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |
