Delete grafana VM from nixmox-curiosity because i don't want to deal with agenix import error
This commit is contained in:
parent
7362240d9b
commit
33a47b21a7
1 changed files with 2 additions and 9 deletions
11
flake.nix
11
flake.nix
|
@ -39,15 +39,8 @@
|
||||||
microvm.nixosModules.host
|
microvm.nixosModules.host
|
||||||
{
|
{
|
||||||
microvm = {
|
microvm = {
|
||||||
autostart = [
|
autostart = [];
|
||||||
"grafana"
|
vms = {};
|
||||||
];
|
|
||||||
vms = {
|
|
||||||
grafana = {
|
|
||||||
flake = self;
|
|
||||||
updateFlake = "git+file:///etc/nixos";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue