Relax seccom for .NET services to avoid SIGSYS in LXC

This commit is contained in:
jeirmeister 2025-09-12 13:04:00 -07:00
parent 3ed208e229
commit 7084d3db4c

View file

@ -112,6 +112,14 @@
"sys-kernel-debug.mount"
"sys-fs-fuse-connections.mount"
];
# Relax seccomp for .NET services to avoid SIGSYS in LXC
systemd.services.btcpayserver.serviceConfig = {
SystemCallFilter = [];
};
systemd.services.nbxplorer.serviceConfig = {
SystemCallFilter = [];
};
# State version
system.stateVersion = "25.05";