init
This commit is contained in:
commit
a2247c5b26
30 changed files with 1036 additions and 0 deletions
7
hosts/genepi/nginx.nix
Normal file
7
hosts/genepi/nginx.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
services.nginx = {
|
||||
enable = true;
|
||||
recommendedProxySettings = true;
|
||||
recommendedTlsSettings = true;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue