services: vault: open website

This commit is contained in:
Kabbone 2024-10-22 15:38:51 +02:00
parent da1bcdd116
commit c4d3591ee7
Signed by: Kabbone
SSH Key Fingerprint: SHA256:ezolxoMIF3LNo1yc1aGNCvFNUiSZNjUbNhrZohFeKd0

View File

@ -39,6 +39,12 @@
}; };
}; };
networking.firewall = {
enable = true;
allowedUDPPorts = [ ];
allowedTCPPorts = [ 80 443 ];
};
age.secrets."services/acme/opel-online" = { age.secrets."services/acme/opel-online" = {
file = ../../../secrets/services/acme/opel-online.age; file = ../../../secrets/services/acme/opel-online.age;
owner = "acme"; owner = "acme";