feat(selfhost/authentik): adding the authentik modules

This commit is contained in:
Raphael 2025-10-17 16:35:20 +02:00
parent c36d15318c
commit edbe524048
No known key found for this signature in database
7 changed files with 140 additions and 3 deletions

View file

@ -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;
}