From bff5394f0f66c6fad5c18f95a4cc948d94a17da5 Mon Sep 17 00:00:00 2001 From: TheWanderingCrow Date: Thu, 26 Jun 2025 15:26:33 -0400 Subject: [PATCH] testing --- hosts/common/users/primary/nixos.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/hosts/common/users/primary/nixos.nix b/hosts/common/users/primary/nixos.nix index 0b16eab..0bac19a 100644 --- a/hosts/common/users/primary/nixos.nix +++ b/hosts/common/users/primary/nixos.nix @@ -42,7 +42,6 @@ in { shell = pkgs.zsh; hashedPasswordFile = config.users.users.${hostSpec.username}.hashedPasswordFile; hashedPassword = config.users.users.${hostSpec.username}.hashedPassword; - password = "test"; openssh.authorizedKeys.keys = config.users.users.${hostSpec.username}.openssh.authorizedKeys.keys; # root's ssh keys are mainly used for remote deployment. }; };