mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-29 18:08:29 +02:00
prepared the new vps
This commit is contained in:
parent
534dba6dbe
commit
1cd25fb778
5 changed files with 102 additions and 3 deletions
11
hosts/falkenstein-1/modules/nginx/default.nix
Normal file
11
hosts/falkenstein-1/modules/nginx/default.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{ config, ... }:
|
||||
{
|
||||
networking.firewall.allowedTCPPorts = [ 80 443 ];
|
||||
services.nginx.enable = true;
|
||||
security.acme = {
|
||||
acceptTerms = true;
|
||||
defaults = {
|
||||
email = "rouven@rfive.de";
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue