Compare commits

...

1 Commits

Author SHA1 Message Date
Adrian Gunnar Lauterer 0702387488 fix perm qbit 2024-04-18 16:20:47 +02:00
1 changed files with 4 additions and 1 deletions

View File

@ -93,11 +93,14 @@ in
networking.firewall.allowedUDPPorts = [ port torrentPort];
sops.secrets."qbittorrent/interfaceAddress" = {
restartUnits = [ "qbittorrent-nox.service" ];
};
sops.templates."qbittorrent/configuration" = {
content = configurationFile;
path = "${path}/.config/qBittorrent/qBittorrent.conf";
owner = "qbittorrent";
};
@ -124,4 +127,4 @@ in
};
};
}
}