Set state version and fix forward ports
This commit is contained in:
		
							parent
							
								
									811e0d5805
								
							
						
					
					
						commit
						de915349c7
					
				
					 1 changed files with 7 additions and 4 deletions
				
			
		| 
						 | 
				
			
			@ -10,10 +10,13 @@
 | 
			
		|||
  sops.secrets."wg-private".mode = "0440";
 | 
			
		||||
  sops.secrets."wg-private".owner = config.users.users.aria2.name;
 | 
			
		||||
  containers.aria2 = {
 | 
			
		||||
    forwardPorts = {
 | 
			
		||||
      hostPort = 6969;
 | 
			
		||||
      protocol = "tcp";
 | 
			
		||||
    };
 | 
			
		||||
    system.stateVersion = "23.11";
 | 
			
		||||
    forwardPorts = [
 | 
			
		||||
      {
 | 
			
		||||
        hostPort = 6969;
 | 
			
		||||
        protocol = "tcp";
 | 
			
		||||
      }
 | 
			
		||||
    ];
 | 
			
		||||
    bindMounts = {
 | 
			
		||||
      "/var/lib/media" = {
 | 
			
		||||
        hostPath = "/var/lib/media";
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue