nginx init config

This commit is contained in:
Bryan Ramos 2026-03-12 02:29:56 -04:00
parent c10f28c977
commit a10ba82767
2 changed files with 33 additions and 83 deletions

View file

@ -4,17 +4,9 @@
imports = [ ../../modules ];
# Modules disabled for base install
# modules = {
# system = {
# nginx.enable = true;
# forgejo.enable = true;
# bitcoin = {
# enable = true;
# electrum.enable = true;
# };
# };
# };
modules.system = {
nginx.enable = true;
};
users.users = {
${config.user.name} = {