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/radarr/configuration.nix
|
||||
../../package-configs/sonarr/configuration.nix
|
||||
../../package-configs/aria2/configuration.nix
|
||||
];
|
||||
|
||||
boot.tmp.cleanOnBoot = true;
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
services.aria2 = {
|
||||
enable = true;
|
||||
downloadDir = "/var/lib/media";
|
||||
rpcListenPort = 6969;
|
||||
};
|
||||
|
||||
# services.nginx = {
|
||||
|
|
|
@ -101,11 +101,6 @@
|
|||
enable = true;
|
||||
};
|
||||
|
||||
services.aria2 = {
|
||||
enable = true;
|
||||
rpcListenPort = 6969;
|
||||
};
|
||||
|
||||
systemd.services."sops-nix.service" = {
|
||||
before = [
|
||||
"nextcloud-setup.service"
|
||||
|
|
Loading…
Reference in a new issue