feat(selfhost/authentik): adding the authentik modules
This commit is contained in:
parent
c36d15318c
commit
edbe524048
7 changed files with 140 additions and 3 deletions
|
|
@ -1,4 +1,3 @@
|
|||
{ config, pkgs, inputs, ... }:
|
||||
let
|
||||
main-server = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFEEuBgdANmzr69bapLdSxu6gnsLHGUQUBatS2dQsdOU root@nixos";
|
||||
systems = [
|
||||
|
|
@ -13,4 +12,7 @@ in
|
|||
{
|
||||
"mailjet-user.age".publicKeys = users ++ systems;
|
||||
"mailjet-pass.age".publicKeys = users ++ systems;
|
||||
"authentik-env.age".publicKeys = users ++ systems;
|
||||
"auth-grafana-id.age".publicKeys = users ++ systems;
|
||||
"auth-grafana-secret.age".publicKeys = users ++ systems;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue