forked from fabian/nix
		
	general: update gpg/ssh keys and remove public_files from repo
This commit is contained in:
		
							parent
							
								
									e62691fbda
								
							
						
					
					
						commit
						f8c530203c
					
				
					 13 changed files with 6 additions and 63 deletions
				
			
		| 
						 | 
				
			
			@ -12,7 +12,7 @@ in {
 | 
			
		|||
    defaultKey = mkOption {
 | 
			
		||||
      type = types.str;
 | 
			
		||||
      description = "fingerprint of default public key to be used in gpg, git, email, etc.";
 | 
			
		||||
      example = "7AA277E604A4173916BBB4E91FFAC35E1798174F";
 | 
			
		||||
      example = "A8981D346F8F4130CA16A7775517E687FCCE0BB9";
 | 
			
		||||
    };
 | 
			
		||||
  };
 | 
			
		||||
  config = mkIf cfg.enable {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -32,7 +32,7 @@
 | 
			
		|||
      deepState.enable = true;
 | 
			
		||||
      gpg = {
 | 
			
		||||
        enable = true;
 | 
			
		||||
        defaultKey = "7AA277E604A4173916BBB4E91FFAC35E1798174F";
 | 
			
		||||
        defaultKey = "A8981D346F8F4130CA16A7775517E687FCCE0BB9";
 | 
			
		||||
      };
 | 
			
		||||
      syncthing.enable = true;
 | 
			
		||||
    };
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue