summary refs log tree commit diff stats
path: root/system
diff options
context:
space:
mode:
Diffstat (limited to 'system')
-rw-r--r--system/settings/configuration/user.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/system/settings/configuration/user.nix b/system/settings/configuration/user.nix
index e7362bce..def1a765 100644
--- a/system/settings/configuration/user.nix
+++ b/system/settings/configuration/user.nix
@@ -5,6 +5,7 @@
     isNormalUser = true;
     extraGroups = [ "audio" "wheel" "lp" "adbusers" "docker" "nitrokey" "dialout" "networkmanager" ];
     shell = "/run/current-system/sw/bin/zsh";
+    initialPassword = "password";
     home = "/home/alan";
     uid = 1000;
   };