From 5c3f0886e592ff2d3e3a8588ab496f36c19e0ce9 Mon Sep 17 00:00:00 2001 From: Grigory Shipunov Date: Tue, 14 Jan 2025 21:24:05 +0000 Subject: yeet authentik, add keycloak and radicale --- hosts/minime/uvm.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'hosts/minime/uvm.nix') diff --git a/hosts/minime/uvm.nix b/hosts/minime/uvm.nix index 7f10579..0437cdf 100644 --- a/hosts/minime/uvm.nix +++ b/hosts/minime/uvm.nix @@ -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"; }; -- cgit v1.3.1