Use postgresql service from unstable
This commit is contained in:
		
					parent
					
						
							
								0b499b905f
							
						
					
				
			
			
				commit
				
					
						89324863a0
					
				
			
		
					 1 changed files with 5 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -29,9 +29,13 @@ let
 | 
			
		|||
  vapidPublicKey = pkgs.writeText "vapid-public-key" "BDCbFEDCZ8eFuWr3uEq4Qc30UFZUQeNpF8OCw6OjPwAtaKS1yTM3Ue749Xjqy5WhBDjakzlixh4Gk7gluUhIdsU=";
 | 
			
		||||
in
 | 
			
		||||
{
 | 
			
		||||
  disabledModules = [ "services/web-apps/mastodon.nix" ];
 | 
			
		||||
  disabledModules = [
 | 
			
		||||
    "services/databases/postgresql.nix"
 | 
			
		||||
    "services/web-apps/mastodon.nix"
 | 
			
		||||
  ];
 | 
			
		||||
 | 
			
		||||
  imports = [
 | 
			
		||||
    "${nixpkgs-unstable}/nixos/modules/services/databases/postgresql.nix"
 | 
			
		||||
    "${nixpkgs-unstable}/nixos/modules/services/web-apps/mastodon.nix"
 | 
			
		||||
  ];
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue