services: guix: Refer to 'berlin.guix.gnu.org.pub'.
Commit 6680880f9b pushes out a new guix
package with a new key location, so we need to update to the new key
in order for systems to build correctly.
* gnu/services/base.scm (%default-authorized-guix-keys): Refer to berlin.guix.gnu.org.pub.
			
			
This commit is contained in:
		
							parent
							
								
									6680880f9b
								
							
						
					
					
						commit
						ea4915a74b
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -1483,7 +1483,7 @@ archive' public keys, with GUIX."
 | 
			
		|||
  ;; List of authorized substitute keys.
 | 
			
		||||
  ;; TODO: Change to "berlin.guix.gnu.org.pub" when the 'guix' package is
 | 
			
		||||
  ;; updated.
 | 
			
		||||
  (list (file-append guix "/share/guix/berlin.guixsd.org.pub")))
 | 
			
		||||
  (list (file-append guix "/share/guix/berlin.guix.gnu.org.pub")))
 | 
			
		||||
 | 
			
		||||
(define-record-type* <guix-configuration>
 | 
			
		||||
  guix-configuration make-guix-configuration
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue