All checks were successful
		
		
	
	Run nix flake check / flake-check (push) Successful in 1m35s
				
			
		
			
				
	
	
		
			24 lines
		
	
	
		
			351 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			351 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
| { pkgs, ... }:
 | |
| {
 | |
|   programs.git = {
 | |
|     enable = true;
 | |
|     userName = "Torjus Håkestad";
 | |
|     userEmail = "torjus@usit.uio.no";
 | |
| 
 | |
|     lfs.enable = true;
 | |
| 
 | |
|     signing = {
 | |
|       key = "~/.ssh/id_ed25519.pub";
 | |
|       signByDefault = true;
 | |
|     };
 | |
| 
 | |
|     includes = [
 | |
|       {
 | |
|         contents = {
 | |
|           gpg.format = "ssh";
 | |
|         };
 | |
|       }
 | |
|     ];
 | |
|   };
 | |
| }
 |