From 5ab52d867dd730ebcbedc6b61acb3173bdb4d4ce Mon Sep 17 00:00:00 2001 From: Dennis Date: Wed, 19 Mar 2025 21:21:40 +0100 Subject: [PATCH] Sets initial password --- hosts/dnsc-vps-sm/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/dnsc-vps-sm/default.nix b/hosts/dnsc-vps-sm/default.nix index e7b1cbf..eebf106 100644 --- a/hosts/dnsc-vps-sm/default.nix +++ b/hosts/dnsc-vps-sm/default.nix @@ -47,6 +47,7 @@ # My user account users.users.dennis = { description = "dennis"; + initialPassword = "admin" isNormalUser = true; extraGroups = [ "wheel" "networkmanager" ]; openssh.authorizedKeys.keys = [