nixos/clatd: allow AF_UNIX communication

This is needed since clatd will use networkctl to attempt to obtain the
PLAT prefix, and networkctl uses UNIX domain sockets to communicate with
the systemd-networkd daemon over DBus.
This commit is contained in:
Jared Baur 2025-03-21 01:09:57 -07:00
parent ccae9bb5e8
commit 300efce181
No known key found for this signature in database

View File

@ -75,6 +75,7 @@ in
"AF_INET"
"AF_INET6"
"AF_NETLINK"
"AF_UNIX"
];
RestrictNamespaces = true;
RestrictRealtime = true;