Add initial password to user
This commit is contained in:
@@ -36,6 +36,7 @@
|
|||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
description = "panotaka";
|
description = "panotaka";
|
||||||
extraGroups = ["networkmanager" "wheel" "libvirtd"];
|
extraGroups = ["networkmanager" "wheel" "libvirtd"];
|
||||||
|
initialPassword = "panotaka";
|
||||||
shell = pkgs.fish;
|
shell = pkgs.fish;
|
||||||
openssh.authorizedKeys.keys = [
|
openssh.authorizedKeys.keys = [
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user