mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-17 07:41:23 +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;
|
ProtectKernelTunables = true;
|
||||||
Restart = "on-failure";
|
Restart = "on-failure";
|
||||||
RestartSec = 10;
|
RestartSec = 10;
|
||||||
RestrictAddressFamilies = [ "AF_INET" "AF_INET6" ];
|
RestrictAddressFamilies = [ "AF_INET" "AF_INET6" "AF_UNIX" ];
|
||||||
RestrictNamespaces = true;
|
RestrictNamespaces = true;
|
||||||
RestrictRealtime = true;
|
RestrictRealtime = true;
|
||||||
StartLimitBurst = 5;
|
StartLimitBurst = 5;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue