quitte: allow ldaps access

This commit is contained in:
Rouven Seifert 2023-11-28 23:00:41 +01:00
parent 2d73376a60
commit fd5e0108f6
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09

View file

@ -122,4 +122,9 @@ in
};
};
};
networking.firewall = {
extraInputRules = ''
ip saddr { 141.30.86.192/26, 141.76.100.128/25 } tcp dport 636 accept comment "Allow ldaps access from office nets"
'';
};
}