mirror of
https://github.com/spacebarchat/server.git
synced 2026-06-08 13:01:51 +00:00
nix: add AF_NETLINK
This commit is contained in:
@@ -34,6 +34,7 @@ lib.recursiveUpdate
|
||||
"AF_INET"
|
||||
"AF_INET6"
|
||||
"AF_UNIX"
|
||||
"AF_NETLINK"
|
||||
];
|
||||
RestrictNamespaces = true;
|
||||
RestrictRealtime = true;
|
||||
|
||||
@@ -15,6 +15,7 @@ in
|
||||
services.nginx.virtualHosts."api.sb.localhost" = nginxTestSigning;
|
||||
services.nginx.virtualHosts."gw.sb.localhost" = nginxTestSigning;
|
||||
services.nginx.virtualHosts."cdn.sb.localhost" = nginxTestSigning;
|
||||
services.nginx.virtualHosts."webrtc.sb.localhost" = nginxTestSigning;
|
||||
services.nginx.virtualHosts."admin.sb.localhost" = nginxTestSigning;
|
||||
|
||||
services.spacebarchat-server =
|
||||
|
||||
Reference in New Issue
Block a user