diff --git a/flake.nix b/flake.nix index 113c00c..03297e9 100644 --- a/flake.nix +++ b/flake.nix @@ -38,15 +38,10 @@ { microvm = { autostart = [ - "redis" "grafana" "authentik" ]; vms = { - redis = { - flake = self; - updateFlake = "git+file:///etc/nixos"; - }; grafana = { flake = self; updateFlake = "git+file:///etc/nixos"; @@ -126,25 +121,6 @@ } ]; }; - redis = nixpkgs.lib.nixosSystem { - inherit system; - modules = [ - microvm.nixosModules.microvm - "${inputs.self}/systems" - "${inputs.self}/services" - { - services.vm_redis = { - enable = true; - }; - services.vm = { - enable = true; - hostname = "redis"; - vm_ip = "192.168.1.16"; - macAddr = "02:00:00:00:00:16"; - }; - } - ]; - }; grafana = nixpkgs.lib.nixosSystem { inherit system; modules = [