diff options
| author | Grigory Shipunov | 2025-01-14 21:24:05 +0000 |
|---|---|---|
| committer | Grigory Shipunov | 2025-01-19 19:21:43 +0000 |
| commit | 5c3f0886e592ff2d3e3a8588ab496f36c19e0ce9 (patch) | |
| tree | 53593dfbed713fe889cd533c1bd38506c1a09bfa /hosts/minime | |
| parent | 2f2318aaaa6745cdf3a58142b988b2550bf6b952 (diff) | |
yeet authentik, add keycloak and radicale
Diffstat (limited to 'hosts/minime')
| -rw-r--r-- | hosts/minime/uvm.nix | 6 |
1 files changed, 5 insertions, 1 deletions
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"; }; |
