config: add testusers
This commit is contained in:
parent
e063db59dc
commit
a01bbc6afe
4
2configs/temp/testusers.nix
Normal file
4
2configs/temp/testusers.nix
Normal file
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
users.users.testi.hashedPassword = "$y$j9T$2GMbDpeh90cUXmdIR32g8/$8aUhDcpo22UYLGu6yiWflzSayAnCm5XNXNVIQOVTQk4";
|
||||
users.users.testi.extraGroups = [ "sudo" "wheel" ];
|
||||
}
|
Loading…
Reference in a new issue