Compare commits
	
		
			No commits in common. "0de523fefbae44a7e64a311b0a0fa5166ace4beb" and "620375662bb7beddf6ee7cb3750c1343707ab6fd" have entirely different histories.
		
	
	
		
			0de523fefb
			...
			620375662b
		
	
		
					 1 changed files with 3 additions and 17 deletions
				
			
		| 
						 | 
				
			
			@ -25,8 +25,7 @@ in
 | 
			
		|||
      extraGroups = trustedFriendGroups;
 | 
			
		||||
      openssh.authorizedKeys.keyFiles = [ ./keys/niklas.keys ];
 | 
			
		||||
    };
 | 
			
		||||
    # Raito: Permanent account for Jade who has been driving a lot of good work.
 | 
			
		||||
    # expires = 2060 because of a convergence bug, I cannot remove the expiration date anymore.
 | 
			
		||||
    # Raito: Temporary account for jade, for benchmarking stuff.
 | 
			
		||||
    jade = {
 | 
			
		||||
      isNormalUser = true;
 | 
			
		||||
      home = "/home/jade";
 | 
			
		||||
| 
						 | 
				
			
			@ -41,31 +40,18 @@ in
 | 
			
		|||
        "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHGIBMfUypLctmorlRz9xIzXRgmtqDMxF5T5Fxy4JxNb root@tail-bot"
 | 
			
		||||
      ];
 | 
			
		||||
    };
 | 
			
		||||
    # Raito: Permanent account for winter, she was the one in charge of the Darwin build box for a while,
 | 
			
		||||
    # Raito: Account for winter, she was the one in charge of the Darwin build box for a while,
 | 
			
		||||
    # helped a bunch of people and deserve it :-).
 | 
			
		||||
    # expires = 2060 because of a convergence bug, I cannot remove the expiration date anymore.
 | 
			
		||||
    winter = {
 | 
			
		||||
      isNormalUser = true;
 | 
			
		||||
      home = "/home/winter";
 | 
			
		||||
      shell = "/run/current-system/sw/bin/zsh";
 | 
			
		||||
      uid = 2005;
 | 
			
		||||
      expires = "2060-05-01";
 | 
			
		||||
      expires = "2024-05-01";
 | 
			
		||||
      extraGroups = trustedFriendGroups;
 | 
			
		||||
      openssh.authorizedKeys.keys = [
 | 
			
		||||
        "sk-ssh-ed25519@openssh.com AAAAGnNrLXNzaC1lZDI1NTE5QG9wZW5zc2guY29tAAAAIH/LDRUG+U+++UmlxvA2kspioTjktQZ8taDcHq8gVlkfAAAABHNzaDo="
 | 
			
		||||
      ];
 | 
			
		||||
    };
 | 
			
		||||
    # Raito: Permanent account for pennae, they are doing a bunch of excellent Nix work (including performance).
 | 
			
		||||
    pennae = {
 | 
			
		||||
      isNormalUser = true;
 | 
			
		||||
      home = "/home/pennae";
 | 
			
		||||
      shell = "/run/current-system/sw/bin/zsh";
 | 
			
		||||
      uid = 2006;
 | 
			
		||||
      extraGroups = trustedFriendGroups;
 | 
			
		||||
      openssh.authorizedKeys.keys = [
 | 
			
		||||
        "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIC5Wf5/IbyFpdziWfwxkQqxOf3r1L9pYn6xQBEKFwmMY"
 | 
			
		||||
        "sk-ssh-ed25519@openssh.com AAAAGnNrLXNzaC1lZDI1NTE5QG9wZW5zc2guY29tAAAAIK8icXjHkb4XzbIVN3djH4CE7RvgGd+3xbG4cgh0Yls5AAAABHNzaDo="
 | 
			
		||||
      ];
 | 
			
		||||
    };
 | 
			
		||||
  };
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue