deploy authentik, cleanup
This commit is contained in:
parent
30d2e7fafc
commit
ea75d168e4
7 changed files with 258 additions and 58 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue