Update Ophanim and add sops.

This commit is contained in:
Kevin Baensch 2023-09-10 15:35:55 +02:00
parent 79b05baecf
commit ec93123f4d
Signed by: derped
GPG key ID: C0F1D326C7626543
5 changed files with 61 additions and 7 deletions

View file

@ -21,7 +21,7 @@ in {
"server"
];
services = [
"fail2ban"
"acme"
"gitea"
# "hydra"
"mailserver"
@ -41,8 +41,8 @@ in {
firewall = {
enable = true;
allowPing = false;
allowedUDPPorts = [ 22 80 443 ];
allowedTCPPorts = [ 80 443 ];
allowedUDPPorts = [ 22 80 443 7776 ];
allowedTCPPorts = [ 80 443 7776 ];
};
};
}