mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
feat(exports): nginx
This commit is contained in:
parent
743593452d
commit
e72478968c
5 changed files with 52 additions and 0 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue