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" ]; }