feat(exports): nginx

This commit is contained in:
arcnmx 2024-04-16 03:53:46 -07:00
parent 743593452d
commit e72478968c
5 changed files with 52 additions and 0 deletions

View file

@ -24,6 +24,21 @@ _: {
enable = true;
id = "login.local";
};
nginx = {
enable = true;
ports = {
https_global = {
port = 443;
protocol = "https";
listen = "wan";
};
https = {
enable = true;
port = 444;
};
http.listen = "wan";
};
};
sshd = {
enable = true;
ports.global = {