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 = {}; }; } ];