nixos/radicale: Allow AF_UNIX for systemd log (#373893)

This commit is contained in:
Kerstin
2025-01-21 12:43:28 +01:00
committed by GitHub
@@ -205,6 +205,7 @@ in
RestrictAddressFamilies = [
"AF_INET"
"AF_INET6"
"AF_UNIX" # To log with systemd
];
RestrictNamespaces = true;
RestrictRealtime = true;