Unverified Commit 60b321b6 authored by Emily's avatar Emily Committed by GitHub
Browse files

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

parents 053cdd71 d9bf9170
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -87,6 +87,8 @@ let
    RestrictAddressFamilies = [
      "AF_INET"
      "AF_INET6"
      "AF_UNIX"
      "AF_NETLINK"
    ];
    RestrictNamespaces = true;
    RestrictRealtime = true;