nixos/acme: make address families in systemd service less restrictive (#357124)

This commit is contained in:
Emily 2024-11-19 10:36:41 +00:00 committed by GitHub
commit 60b321b6a3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -87,6 +87,8 @@ let
RestrictAddressFamilies = [
"AF_INET"
"AF_INET6"
"AF_UNIX"
"AF_NETLINK"
];
RestrictNamespaces = true;
RestrictRealtime = true;