Ah I changed the port, made it more clear now

This commit is contained in:
Lillian-Violet 2024-01-04 13:36:43 +01:00
parent 84899440ed
commit 7f901a2938
3 changed files with 2 additions and 5 deletions

View file

@ -28,6 +28,7 @@
../../package-configs/ombi/configuration.nix
../../package-configs/radarr/configuration.nix
../../package-configs/sonarr/configuration.nix
../../package-configs/aria2/configuration.nix
];
boot.tmp.cleanOnBoot = true;

View file

@ -9,6 +9,7 @@
services.aria2 = {
enable = true;
downloadDir = "/var/lib/media";
rpcListenPort = 6969;
};
# services.nginx = {

View file

@ -101,11 +101,6 @@
enable = true;
};
services.aria2 = {
enable = true;
rpcListenPort = 6969;
};
systemd.services."sops-nix.service" = {
before = [
"nextcloud-setup.service"