From fc91df833ab4d39457ed08ec6cc13eebb6058a06 Mon Sep 17 00:00:00 2001 From: Armel van Ravels Date: Mon, 13 Apr 2026 17:32:51 +0200 Subject: [PATCH] Set initial password --- systems/modules/users.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/systems/modules/users.nix b/systems/modules/users.nix index baf9545..644fd42 100644 --- a/systems/modules/users.nix +++ b/systems/modules/users.nix @@ -2,6 +2,7 @@ { users.users.avravels = { + initialPassword = "welcome"; isNormalUser = true; description = "Armel van Ravels"; extraGroups = [ "networkmanager" "wheel" "libvirtd" ];