Set default password for user

This commit is contained in:
Mikhail Klementev 2020-01-08 22:24:11 +00:00
parent fca2f89046
commit 9c9a71c2c8
No known key found for this signature in database
GPG Key ID: BE44DA8C062D87DC
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@ in {
users.users.user = {
isNormalUser = true;
initialPassword = "user"; # should be changed right after start
extraGroups = [ "audio" "libvirtd" ];
};