diff --git a/workstation/default.nix b/workstation/default.nix index 05828b4..c50251c 100644 --- a/workstation/default.nix +++ b/workstation/default.nix @@ -168,6 +168,7 @@ in users.users.don = { isNormalUser = true; + initialPassword = "changeme"; description = "Don Harper"; extraGroups = [ "networkmanager" "wheel" "scanner" "lp" "video" "mlocate" "disk" ]; openssh.authorizedKeys.keys = [