aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--desktop/configuration.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop/configuration.nix b/desktop/configuration.nix
index be88245..92b0731 100644
--- a/desktop/configuration.nix
+++ b/desktop/configuration.nix
@@ -394,6 +394,7 @@ in
];
"${vars.userName}" = {
+ initialPassword = "${vars.userName}";
isNormalUser = true;
description = vars.fullName;
extraGroups = [ "networkmanager" "wheel" "video" "docker" "jackaudio" "tss" "dialout" ];