fix IP
This commit is contained in:
parent
fe8c721f45
commit
faf2607319
2 changed files with 2 additions and 2 deletions
|
@ -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}
|
||||||
|
|
|
@ -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"
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue