mastus: tt-rss: update to changes in nixpkgs
This commit is contained in:
		
							parent
							
								
									cb029f8442
								
							
						
					
					
						commit
						6b38997f8e
					
				@ -18,6 +18,8 @@
 | 
			
		||||
        enable = true;
 | 
			
		||||
        user = "ttrss";
 | 
			
		||||
 | 
			
		||||
        pool = "ttrss";
 | 
			
		||||
 | 
			
		||||
        database = {
 | 
			
		||||
          type = "pgsql";
 | 
			
		||||
          host = "localhost";
 | 
			
		||||
@ -35,10 +37,9 @@
 | 
			
		||||
          log_level = notice
 | 
			
		||||
        '';
 | 
			
		||||
 | 
			
		||||
        pools = {
 | 
			
		||||
          ttrss = {
 | 
			
		||||
            listen = "9000";
 | 
			
		||||
            extraConfig = ''
 | 
			
		||||
        poolConfigs = {
 | 
			
		||||
          ttrss = ''
 | 
			
		||||
              listen = 9000
 | 
			
		||||
              user = ttrss
 | 
			
		||||
              pm = dynamic
 | 
			
		||||
              pm.max_children = 75
 | 
			
		||||
@ -50,7 +51,6 @@
 | 
			
		||||
          '';
 | 
			
		||||
        };
 | 
			
		||||
      };
 | 
			
		||||
      };
 | 
			
		||||
 | 
			
		||||
      networking.firewall.allowedTCPPorts = [ 9000 ];
 | 
			
		||||
    };
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user