From b4e6c45ca5c1d558820a3a5989f25ea28bc58e22 Mon Sep 17 00:00:00 2001 From: Ahwx Date: Sat, 2 Aug 2025 12:39:09 +0200 Subject: [PATCH] feat: set `initialPassword` --- modules/core/user.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/core/user.nix b/modules/core/user.nix index 8370132..aa2c3ec 100644 --- a/modules/core/user.nix +++ b/modules/core/user.nix @@ -57,6 +57,7 @@ "wheel" ]; shell = pkgs.zsh; + initialPassword = "temporary-password"; }; nix.settings.allowed-users = [ "${username}" ]; }