Ah I changed the port, made it more clear now
This commit is contained in:
		
							parent
							
								
									84899440ed
								
							
						
					
					
						commit
						7f901a2938
					
				
					 3 changed files with 2 additions and 5 deletions
				
			
		| 
						 | 
					@ -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…
	
	Add table
		Add a link
		
	
		Reference in a new issue