1
0
Fork 0

Set default password for user

master
dump_stack() 2020-01-08 22:24:11 +00:00
parent fca2f89046
commit 9c9a71c2c8
Signed by: dump_stack
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" ];
};