forked from pub-solar/infra
fix: Allow matrix-appservice-irc to chown things
@chown is part of @privileged. It is used by sed which is used to manage the registration.yaml
This commit is contained in:
parent
becaa9d649
commit
75270321d5
|
@ -1,5 +1,10 @@
|
|||
{lib, ...}:
|
||||
{pkgs, lib, ...}:
|
||||
{
|
||||
systemd.services.matrix-appservice-irc.serviceConfig.SystemCallFilter = lib.mkForce [
|
||||
"@system-service @pkey"
|
||||
"~@privileged @resources"
|
||||
"@chown"
|
||||
];
|
||||
services.matrix-appservice-irc = {
|
||||
enable = true;
|
||||
localpart = "irc_bot";
|
||||
|
|
Loading…
Reference in a new issue