mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-16 15:21:24 +01:00
nixos: allow Unix sockets
Because OF COURSE.
This commit is contained in:
parent
ed67ae6418
commit
fd2a0ac2ab
1 changed files with 1 additions and 1 deletions
|
|
@ -97,7 +97,7 @@ in
|
|||
ProtectKernelTunables = true;
|
||||
Restart = "on-failure";
|
||||
RestartSec = 10;
|
||||
RestrictAddressFamilies = [ "AF_INET" "AF_INET6" ];
|
||||
RestrictAddressFamilies = [ "AF_INET" "AF_INET6" "AF_UNIX" ];
|
||||
RestrictNamespaces = true;
|
||||
RestrictRealtime = true;
|
||||
StartLimitBurst = 5;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue