From efa7429257737ec0874463d969a2f96e79d877b7 Mon Sep 17 00:00:00 2001 From: Xe Date: Mon, 31 Jan 2022 20:25:39 -0500 Subject: [PATCH] chrysalis: enable nginx oops lol Signed-off-by: Xe --- hosts/chrysalis/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/chrysalis/default.nix b/hosts/chrysalis/default.nix index 460a936..01b200c 100644 --- a/hosts/chrysalis/default.nix +++ b/hosts/chrysalis/default.nix @@ -28,6 +28,8 @@ virtualisation.docker.enable = true; virtualisation.libvirtd.enable = true; + services.nginx.enable = true; + within.microcode = { enable = true; vendor = "intel";