Compare commits
	
		
			No commits in common. "61e044607ca17d502b7a7a32917da703df92d135" and "5b76e5a670c09f6d1475036470d032ea4fe5b18e" have entirely different histories.
		
	
	
		
			61e044607c
			...
			5b76e5a670
		
	
		
					 1 changed files with 0 additions and 12 deletions
				
			
		| 
						 | 
				
			
			@ -68,17 +68,5 @@ in
 | 
			
		|||
        "sk-ssh-ed25519@openssh.com AAAAGnNrLXNzaC1lZDI1NTE5QG9wZW5zc2guY29tAAAAIK8icXjHkb4XzbIVN3djH4CE7RvgGd+3xbG4cgh0Yls5AAAABHNzaDo="
 | 
			
		||||
      ];
 | 
			
		||||
    };
 | 
			
		||||
    # Raito: Temporary account until next year, for delroth, who is going to work on building capabilities for improving build infrastructure.
 | 
			
		||||
    delroth = {
 | 
			
		||||
      isNormalUser = true;
 | 
			
		||||
      home = "/home/delroth";
 | 
			
		||||
      shell = "/run/current-system/sw/bin/zsh";
 | 
			
		||||
      uid = 2007;
 | 
			
		||||
      # Raito: Allowed to spawn new VMs and do various stuff for isolating the workloads.
 | 
			
		||||
      extraGroups = [ "wheel" ];
 | 
			
		||||
      openssh.authorizedKeys.keys = [
 | 
			
		||||
        "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAII3tjB4KYDok3KlWxdBp/yEmqhhmybd+w0VO4xUwLKKV"
 | 
			
		||||
      ];
 | 
			
		||||
    };
 | 
			
		||||
  };
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue