feat: add pennae as permanent account #4
					 1 changed files with 12 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -53,5 +53,17 @@ in
 | 
			
		|||
        "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