From d95682e94067aea237520860e01d607f71ad63ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20Barnouin?= Date: Sun, 13 Oct 2024 18:14:35 +0200 Subject: [PATCH] Remove nginx from microvm --- flake.nix | 24 ------------------------ 1 file changed, 24 deletions(-) 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 = [