From 4e6b2cb413c26bfc6030cb59c7f1d007b3210d2a Mon Sep 17 00:00:00 2001 From: osbm Date: Tue, 14 Jan 2025 01:42:37 +0300 Subject: [PATCH] initial password for me --- modules/users.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/users.nix b/modules/users.nix index 471385a..6acc7c6 100644 --- a/modules/users.nix +++ b/modules/users.nix @@ -8,6 +8,7 @@ osbm = { isNormalUser = true; description = "osbm"; + initialPassword = "changeme"; extraGroups = ["networkmanager" "wheel" "docker"]; openssh.authorizedKeys.keys = [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPfnV+qqUCJf92npNW4Jy0hIiepCJFBDJHXBHnUlNX0k"