feat(vesuvio): add acme certificates
This commit is contained in:
parent
00c926e45b
commit
50a4954704
2 changed files with 37 additions and 3 deletions
|
@ -1,6 +1,7 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
imports = [
|
||||
./certificates.nix
|
||||
./frp.nix
|
||||
./hetzner.nix
|
||||
];
|
||||
|
@ -10,8 +11,16 @@
|
|||
traceroute
|
||||
];
|
||||
|
||||
services.openssh = {
|
||||
ports = [ 4269 ];
|
||||
openFirewall = true;
|
||||
services = {
|
||||
nginx.enable = true;
|
||||
openssh = {
|
||||
ports = [ 4269 ];
|
||||
openFirewall = true;
|
||||
};
|
||||
};
|
||||
|
||||
networking.firewall.allowedTCPPorts = [
|
||||
80
|
||||
443
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue