fix perm qbit
This commit is contained in:
parent
ca1e345862
commit
0702387488
|
@ -93,11 +93,14 @@ in
|
||||||
networking.firewall.allowedUDPPorts = [ port torrentPort];
|
networking.firewall.allowedUDPPorts = [ port torrentPort];
|
||||||
|
|
||||||
sops.secrets."qbittorrent/interfaceAddress" = {
|
sops.secrets."qbittorrent/interfaceAddress" = {
|
||||||
|
restartUnits = [ "qbittorrent-nox.service" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
sops.templates."qbittorrent/configuration" = {
|
sops.templates."qbittorrent/configuration" = {
|
||||||
content = configurationFile;
|
content = configurationFile;
|
||||||
path = "${path}/.config/qBittorrent/qBittorrent.conf";
|
path = "${path}/.config/qBittorrent/qBittorrent.conf";
|
||||||
|
owner = "qbittorrent";
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
@ -124,4 +127,4 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue