Delete grafana VM from nixmox-curiosity because i don't want to deal with agenix import error

This commit is contained in:
Théo Barnouin 2024-10-23 15:59:37 +02:00
parent 7362240d9b
commit 33a47b21a7

View file

@ -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";
};
};
}; };
} }
]; ];