made psql version explicit + migration instruction
This commit is contained in:
		
							parent
							
								
									aba33a97b0
								
							
						
					
					
						commit
						a4f857a92f
					
				
					 2 changed files with 4 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -102,7 +102,7 @@
 | 
			
		|||
    noto-fonts-emoji
 | 
			
		||||
    oh-my-zsh
 | 
			
		||||
    onlyoffice-documentserver
 | 
			
		||||
    postgresql
 | 
			
		||||
    postgresql_14
 | 
			
		||||
    python3
 | 
			
		||||
    rsync
 | 
			
		||||
    rabbitmq-server
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -4,6 +4,9 @@
 | 
			
		|||
  ...
 | 
			
		||||
}: {
 | 
			
		||||
  services.postgresql = {
 | 
			
		||||
    #TODO: update to postgres 15 before migrating to 23.11
 | 
			
		||||
    # https://nixos.org/manual/nixos/stable/#module-postgresql
 | 
			
		||||
    package = pkgs.postgresql_14;
 | 
			
		||||
    enable = true;
 | 
			
		||||
 | 
			
		||||
    # Ensure the database, user, and permissions always exist
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue