From 4b33afcfa1fb5c1d308252bf10d880e4b1b8390f Mon Sep 17 00:00:00 2001 From: "RingOfStorms (Josh)" Date: Mon, 13 May 2024 12:54:08 -0500 Subject: [PATCH] fix users.user[s] --- users/josh/by_hosts/gpdPocket3/nix_modules/ssh_authorized.nix | 2 +- users/josh/by_hosts/joe/nix_modules/ssh_authorized.nix | 2 +- users/luser/by_hosts/nix_modules/ssh_authorized.nix | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/users/josh/by_hosts/gpdPocket3/nix_modules/ssh_authorized.nix b/users/josh/by_hosts/gpdPocket3/nix_modules/ssh_authorized.nix index 23c200a..21aea59 100644 --- a/users/josh/by_hosts/gpdPocket3/nix_modules/ssh_authorized.nix +++ b/users/josh/by_hosts/gpdPocket3/nix_modules/ssh_authorized.nix @@ -1,6 +1,6 @@ { settings, ... }: { - users.user.${settings.user.username}.openssh.authorizedKeys.keys = [ + users.users.${settings.user.username}.openssh.authorizedKeys.keys = [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDa0MUnXwRzHPTDakjzLTmye2GTFbRno+KVs0DSeIPb7 nix2gpdpocket3" ]; } diff --git a/users/josh/by_hosts/joe/nix_modules/ssh_authorized.nix b/users/josh/by_hosts/joe/nix_modules/ssh_authorized.nix index 05c2096..ca916c8 100644 --- a/users/josh/by_hosts/joe/nix_modules/ssh_authorized.nix +++ b/users/josh/by_hosts/joe/nix_modules/ssh_authorized.nix @@ -1,6 +1,6 @@ { settings, ... }: { - users.user.${settings.user.username}.openssh.authorizedKeys.keys = [ + users.users.${settings.user.username}.openssh.authorizedKeys.keys = [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINoBKfj+2SAlTxgdK1jYMFYoTTthX9jvfC+gko1Wlr4L nix2joe" ]; } diff --git a/users/luser/by_hosts/nix_modules/ssh_authorized.nix b/users/luser/by_hosts/nix_modules/ssh_authorized.nix index e707e29..38528ac 100644 --- a/users/luser/by_hosts/nix_modules/ssh_authorized.nix +++ b/users/luser/by_hosts/nix_modules/ssh_authorized.nix @@ -1,6 +1,6 @@ { settings, ... }: { - users.user.${settings.user.username}.openssh.authorizedKeys.keys = [ + users.users.${settings.user.username}.openssh.authorizedKeys.keys = [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJie9OPheWn/EZWfXJSZ3S0DnISqI3ToCmOqhX/Tkwby nix2h002" ]; }