nixos-config/2configs/temp/testusers.nix

8 lines
194 B
Nix
Raw Normal View History

2023-08-18 11:28:35 +02:00
{
users.users.testi = {
hashedPassword = "$y$j9T$2GMbDpeh90cUXmdIR32g8/$8aUhDcpo22UYLGu6yiWflzSayAnCm5XNXNVIQOVTQk4";
isNormalUser = true;
extraGroups = [ "sudo" "wheel" ];
};
2023-08-18 11:28:35 +02:00
}