Commit 4ae49051 authored by Bruno BELANYI's avatar Bruno BELANYI
Browse files

nixos/homebox: allow using UNIX sockets

This is necessary to use PostgreSQL with a local socket.
parent 0fc64cf5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -82,6 +82,7 @@ in
        ProcSubset = "pid";
        ProtectSystem = "strict";
        RestrictAddressFamilies = [
          "AF_UNIX"
          "AF_INET"
          "AF_INET6"
          "AF_NETLINK"