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 = {
autostart = [
"grafana"
"authentik"
];
vms = {
grafana = {
flake = self;
updateFlake = "git+file:///etc/nixos";
};
authentik = {
flake = self;
updateFlake = "git+file:///etc/nixos";
};
};
};
}