Should probably do that this way
This commit is contained in:
parent
14c2f4fcb7
commit
cbcccc11ca
|
@ -13,7 +13,7 @@
|
||||||
sops.secrets."rpcSecret".owner = config.users.users.aria2.name;
|
sops.secrets."rpcSecret".owner = config.users.users.aria2.name;
|
||||||
|
|
||||||
services.aria2 = {
|
services.aria2 = {
|
||||||
enable = false;
|
enable = true;
|
||||||
downloadDir = "/var/lib/media";
|
downloadDir = "/var/lib/media";
|
||||||
rpcListenPort = 6969;
|
rpcListenPort = 6969;
|
||||||
rpcSecretFile = config.sops.secrets."rpcSecret".path;
|
rpcSecretFile = config.sops.secrets."rpcSecret".path;
|
||||||
|
|
|
@ -7,14 +7,12 @@
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
imports = [
|
imports = [
|
||||||
./aria2
|
|
||||||
./conduit
|
./conduit
|
||||||
./forgejo
|
./forgejo
|
||||||
./gotosocial
|
./gotosocial
|
||||||
./jellyfin
|
./jellyfin
|
||||||
./mail-server
|
./mail-server
|
||||||
./nextcloud
|
./nextcloud
|
||||||
./ombi
|
|
||||||
./postgres
|
./postgres
|
||||||
./roundcube
|
./roundcube
|
||||||
];
|
];
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
ombi.extraGroups = ["radarr" "sonarr" "aria2" "nextcloud"];
|
ombi.extraGroups = ["radarr" "sonarr" "aria2" "nextcloud"];
|
||||||
};
|
};
|
||||||
services.ombi = {
|
services.ombi = {
|
||||||
enable = false;
|
enable = true;
|
||||||
port = 2368;
|
port = 2368;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue