diff options
author | Preston Pan <ret2pop@gmail.com> | 2025-01-10 03:54:03 -0800 |
---|---|---|
committer | Preston Pan <ret2pop@gmail.com> | 2025-01-10 03:54:03 -0800 |
commit | f776ae123afedce16d891a4153917320579ce262 (patch) | |
tree | 9d1a7a5aaf0f50a632531b766a3e360a74b874f5 | |
parent | dd9f104a7c9e2cc48a24cc95a1673ca098342221 (diff) |
initialPassword for user
-rw-r--r-- | desktop/configuration.nix | 1 |
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" ]; |