config: add testusers

This commit is contained in:
makefu 2023-08-18 11:28:35 +02:00
parent e063db59dc
commit a01bbc6afe
No known key found for this signature in database
GPG key ID: 36F7711F3FC0F225

View file

@ -0,0 +1,4 @@
{
users.users.testi.hashedPassword = "$y$j9T$2GMbDpeh90cUXmdIR32g8/$8aUhDcpo22UYLGu6yiWflzSayAnCm5XNXNVIQOVTQk4";
users.users.testi.extraGroups = [ "sudo" "wheel" ];
}