From e70934e174e74209c7d410c05260c82bde4ce0da Mon Sep 17 00:00:00 2001 From: reidlab Date: Wed, 8 May 2024 22:10:03 -0700 Subject: [PATCH] change a Xomment --- hosts/nixos-server-reid/webapps/default.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/hosts/nixos-server-reid/webapps/default.nix b/hosts/nixos-server-reid/webapps/default.nix index a768112..02cd416 100755 --- a/hosts/nixos-server-reid/webapps/default.nix +++ b/hosts/nixos-server-reid/webapps/default.nix @@ -13,8 +13,9 @@ in { }; # you should probably keep this on - # configures acme, gzip, optimization, proxy, and ssl config - # opens ports and adds some Headers + # actually enables nginx, configures acme, + # gzip, optimization, proxy, ssl config, + # opens ports, and adds some Headers nginx-config = { enable = true; defaultLuaPackagePath = /var/www/reidlab.online/lua;