Remove authentik VM
This commit is contained in:
parent
a793fb0592
commit
86a65bf69c
1 changed files with 0 additions and 5 deletions
|
@ -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";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue