Skip to content

Commit f4e3779

Browse files
authored
nixos/radicale: Allow AF_UNIX for systemd log (NixOS#373893)
2 parents adf31f6 + 8f4bc44 commit f4e3779

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nixos/modules/services/networking/radicale.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,7 @@ in
205205
RestrictAddressFamilies = [
206206
"AF_INET"
207207
"AF_INET6"
208+
"AF_UNIX" # To log with systemd
208209
];
209210
RestrictNamespaces = true;
210211
RestrictRealtime = true;

0 commit comments

Comments
 (0)