Merge pull request #251315 from mrVanDalo/fix/tts

nixos/tts: fix error messages read before text
This commit is contained in:
Martin Weinelt 2023-09-12 12:41:04 +02:00 committed by GitHub
commit 651bacfe24
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -134,6 +134,7 @@ in
ProtectProc = "invisible";
ProcSubset = "pid";
RestrictAddressFamilies = [
"AF_UNIX"
"AF_INET"
"AF_INET6"
];