fix users.user[s]

This commit is contained in:
RingOfStorms (Josh) 2024-05-13 12:54:08 -05:00
parent c19a161764
commit 4b33afcfa1
3 changed files with 3 additions and 3 deletions

View file

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

View file

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

View file

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