Add initial password to user

This commit is contained in:
2024-01-03 15:12:05 -04:00
parent 639e411eb1
commit fa46df6ba6

View File

@@ -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 = [
]; ];