Update Ophanim and add sops.
This commit is contained in:
parent
79b05baecf
commit
ec93123f4d
5 changed files with 61 additions and 7 deletions
|
@ -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 ];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue