a
This commit is contained in:
@@ -27,10 +27,19 @@ pkgs.testers.runNixOSTest {
|
||||
|
||||
systemd.services.mock-qbittorrent = mocks.mkMockQbittorrent {
|
||||
initialCategories = {
|
||||
tv = { name = "tv"; savePath = "/downloads"; };
|
||||
movies = { name = "movies"; savePath = "/downloads"; };
|
||||
tv = {
|
||||
name = "tv";
|
||||
savePath = "/downloads";
|
||||
};
|
||||
movies = {
|
||||
name = "movies";
|
||||
savePath = "/downloads";
|
||||
};
|
||||
};
|
||||
before = [ "sonarr-init.service" "radarr-init.service" ];
|
||||
before = [
|
||||
"sonarr-init.service"
|
||||
"radarr-init.service"
|
||||
];
|
||||
};
|
||||
|
||||
systemd.tmpfiles.rules = [
|
||||
|
||||
Reference in New Issue
Block a user