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
+2
View File
@@ -87,6 +87,8 @@ let
RestrictAddressFamilies = [
"AF_INET"
"AF_INET6"
"AF_UNIX"
"AF_NETLINK"
];
RestrictNamespaces = true;
RestrictRealtime = true;