sawe state
This commit is contained in:
parent
66a4bef740
commit
67152beb07
2 changed files with 8 additions and 3 deletions
|
@ -30,6 +30,13 @@ in mkIf conf.nginx.enable {
|
|||
|
||||
services.nginx = {
|
||||
enable = true;
|
||||
virtualHosts = {
|
||||
"chpu.eu" = {
|
||||
serverName = "chpu.eu";
|
||||
useACMEHost = "chpu.eu";
|
||||
forceSSL = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
networking.firewall.allowedTCPPorts = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue