about summary refs log tree commit diff
path: root/nixos/modules/services/audio/tts.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/audio/tts.nix')
-rw-r--r--nixos/modules/services/audio/tts.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/services/audio/tts.nix b/nixos/modules/services/audio/tts.nix
index 1a355c8ee39f5..0d93224ec0306 100644
--- a/nixos/modules/services/audio/tts.nix
+++ b/nixos/modules/services/audio/tts.nix
@@ -134,6 +134,7 @@ in
           ProtectProc = "invisible";
           ProcSubset = "pid";
           RestrictAddressFamilies = [
+            "AF_UNIX"
             "AF_INET"
             "AF_INET6"
           ];