This commit is contained in:
Rouven Seifert 2024-12-08 13:04:18 +01:00
parent fe8c721f45
commit faf2607319
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
2 changed files with 2 additions and 2 deletions

View file

@ -16,7 +16,7 @@
extraClientConfig = '' extraClientConfig = ''
Comm Compression = no Comm Compression = no
Maximum Concurrent Jobs = 20 Maximum Concurrent Jobs = 20
FDAddress = 141.30.30.169 FDAddress = 141.30.30.194
PKI Signatures = Yes PKI Signatures = Yes
PKI Encryption = Yes PKI Encryption = Yes
PKI Keypair = ${config.sops.secrets."bacula/keypair".path} PKI Keypair = ${config.sops.secrets."bacula/keypair".path}

View file

@ -84,7 +84,7 @@ in
}; };
networking.firewall = { networking.firewall = {
extraInputRules = '' extraInputRules = ''
ip saddr { 141.30.86.192/26, 141.76.100.128/25, 141.30.30.169, 10.88.0.1/16 } tcp dport 636 accept comment "Allow ldaps access from office nets and podman" ip saddr { 141.30.86.192/26, 141.76.100.128/25, 10.88.0.1/16 } tcp dport 636 accept comment "Allow ldaps access from office nets and podman"
''; '';
}; };
} }