Set default password for user
This commit is contained in:
@@ -32,6 +32,7 @@ in {
|
|||||||
|
|
||||||
users.users.user = {
|
users.users.user = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
|
initialPassword = "user"; # should be changed right after start
|
||||||
extraGroups = [ "audio" "libvirtd" ];
|
extraGroups = [ "audio" "libvirtd" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user