From 33a47b21a7c80f77e8d5e37f367c6cf75578dfa5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20Barnouin?= Date: Wed, 23 Oct 2024 15:59:37 +0200 Subject: [PATCH] Delete grafana VM from nixmox-curiosity because i don't want to deal with agenix import error --- flake.nix | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/flake.nix b/flake.nix index e9074f2..31b1ed7 100644 --- a/flake.nix +++ b/flake.nix @@ -39,15 +39,8 @@ microvm.nixosModules.host { microvm = { - autostart = [ - "grafana" - ]; - vms = { - grafana = { - flake = self; - updateFlake = "git+file:///etc/nixos"; - }; - }; + autostart = []; + vms = {}; }; } ];