Remove authentik VM

This commit is contained in:
Théo Barnouin 2024-10-16 11:17:39 +02:00
parent a793fb0592
commit 86a65bf69c

View file

@ -39,17 +39,12 @@
microvm = { microvm = {
autostart = [ autostart = [
"grafana" "grafana"
"authentik"
]; ];
vms = { vms = {
grafana = { grafana = {
flake = self; flake = self;
updateFlake = "git+file:///etc/nixos"; updateFlake = "git+file:///etc/nixos";
}; };
authentik = {
flake = self;
updateFlake = "git+file:///etc/nixos";
};
}; };
}; };
} }