Ah I changed the port, made it more clear now
This commit is contained in:
parent
6dd39df0b5
commit
1ca82af674
|
@ -28,6 +28,7 @@
|
||||||
../../package-configs/ombi/configuration.nix
|
../../package-configs/ombi/configuration.nix
|
||||||
../../package-configs/radarr/configuration.nix
|
../../package-configs/radarr/configuration.nix
|
||||||
../../package-configs/sonarr/configuration.nix
|
../../package-configs/sonarr/configuration.nix
|
||||||
|
../../package-configs/aria2/configuration.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
boot.tmp.cleanOnBoot = true;
|
boot.tmp.cleanOnBoot = true;
|
||||||
|
|
|
@ -9,6 +9,7 @@
|
||||||
services.aria2 = {
|
services.aria2 = {
|
||||||
enable = true;
|
enable = true;
|
||||||
downloadDir = "/var/lib/media";
|
downloadDir = "/var/lib/media";
|
||||||
|
rpcListenPort = 6969;
|
||||||
};
|
};
|
||||||
|
|
||||||
# services.nginx = {
|
# services.nginx = {
|
||||||
|
|
|
@ -101,11 +101,6 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
services.aria2 = {
|
|
||||||
enable = true;
|
|
||||||
rpcListenPort = 6969;
|
|
||||||
};
|
|
||||||
|
|
||||||
systemd.services."sops-nix.service" = {
|
systemd.services."sops-nix.service" = {
|
||||||
before = [
|
before = [
|
||||||
"nextcloud-setup.service"
|
"nextcloud-setup.service"
|
||||||
|
|
Loading…
Reference in a new issue