yeet authentik, add keycloak and radicale

This commit is contained in:
Grigory Shipunov 2025-01-14 21:24:05 +00:00
parent 2f2318aaaa
commit 5c3f0886e5
15 changed files with 263 additions and 366 deletions

View file

@ -2,7 +2,11 @@
{
microvm.stateDir = "/var/lib/microvms";
microvm.vms = {
authentik = {
auth = {
flake = inputs.self;
updateFlake = "github:gshipunov/nix-config/master";
};
radicale = {
flake = inputs.self;
updateFlake = "github:gshipunov/nix-config/master";
};