From 0038032996e483848c36d3b3f8084fe9fc40f8c0 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Tue, 31 Dec 2024 18:45:36 +0400 Subject: [PATCH] bruhh the web server skull emoji --- hosts/sakoserver/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/sakoserver/configuration.nix b/hosts/sakoserver/configuration.nix index 0e43a123..179bf447 100644 --- a/hosts/sakoserver/configuration.nix +++ b/hosts/sakoserver/configuration.nix @@ -39,6 +39,7 @@ server = { isServer = true; dns.blocky.enable = true; + nginx.enable = true; }; };