diff --git a/flake.nix b/flake.nix index 1d00d1c..113c00c 100644 --- a/flake.nix +++ b/flake.nix @@ -38,16 +38,11 @@ { microvm = { autostart = [ - "nginx" "redis" "grafana" "authentik" ]; vms = { - nginx = { - flake = self; - updateFlake = "git+file:///etc/nixos"; - }; redis = { flake = self; updateFlake = "git+file:///etc/nixos"; @@ -110,25 +105,6 @@ inherit system; }; }; - nginx = nixpkgs.lib.nixosSystem { - inherit system; - modules = [ - microvm.nixosModules.microvm - "${inputs.self}/systems" - "${inputs.self}/services" - { - services.vm_nginx = { - enable = true; - }; - services.vm = { - enable = true; - hostname = "nginx"; - vm_ip = proxy_host; - macAddr = "02:00:00:00:00:40"; - }; - } - ]; - }; jellyfin = nixpkgs.lib.nixosSystem { inherit system; modules = [