117 current 2025-10-08 19:07:36 25.05.20251006.20c4598 6.12.50 *
This commit is contained in:
@@ -53,10 +53,18 @@ in
|
||||
};
|
||||
|
||||
# override umask to make permissions work out
|
||||
systemd.services.qbittorrent.serviceConfig = {
|
||||
UMask = lib.mkForce "0007";
|
||||
# User = "qbittorrent";
|
||||
# Group = "qbittorrent";
|
||||
systemd.services.qbittorrent = {
|
||||
serviceConfig = {
|
||||
UMask = lib.mkForce "0007";
|
||||
# User = "qbittorrent";
|
||||
# Group = "qbittorrent";
|
||||
};
|
||||
|
||||
# add systemd service to VPN network namespace
|
||||
vpnConfinement = {
|
||||
enable = true;
|
||||
vpnNamespace = "wgmex";
|
||||
};
|
||||
};
|
||||
|
||||
# # open firewall
|
||||
|
||||
Reference in New Issue
Block a user