From 92e475a51cfb7d9108feb79620432dfc0df539ec Mon Sep 17 00:00:00 2001 From: "RingOfStorms (Joshua Bell)" Date: Wed, 19 Mar 2025 12:53:34 -0500 Subject: [PATCH] update user --- hosts/h002/flake.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hosts/h002/flake.nix b/hosts/h002/flake.nix index de61b20..99b76a6 100644 --- a/hosts/h002/flake.nix +++ b/hosts/h002/flake.nix @@ -52,9 +52,9 @@ }; users = { # Users are all normal users and default password is password1 - admins = [ "josh" ]; # First admin is also the primary user owning nix config + admins = [ "luser" ]; # First admin is also the primary user owning nix config users = { - josh = { + luser = { openssh.authorizedKeys.keys = [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJN2nsLmAlF6zj5dEBkNSJaqcCya+aB6I0imY8Q5Ew0S nix2h002" ]; @@ -73,7 +73,7 @@ }; homeManager = { users = { - josh = { + luser = { imports = with common.homeManagerModules; [ tmux atuin