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;