From f3cf51497081246bdfe178922374881392eaf782 Mon Sep 17 00:00:00 2001 From: Xe Date: Thu, 29 Dec 2022 11:09:00 -0500 Subject: [PATCH] where is this Signed-off-by: Xe --- hosts/chrysalis/default.nix | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/hosts/chrysalis/default.nix b/hosts/chrysalis/default.nix index 419d51d..4239e3f 100644 --- a/hosts/chrysalis/default.nix +++ b/hosts/chrysalis/default.nix @@ -27,17 +27,14 @@ virtualisation.docker.enable = true; virtualisation.libvirtd.enable = true; + services.nginx.enable = false; + within.microcode = { enable = true; vendor = "intel"; }; services.tailscale.enable = true; - services.redis.servers.main = { - enable = true; - port = 6379; - bind = "0.0.0.0"; - }; services.avahi = { enable = true;