fix users.user[s]
This commit is contained in:
parent
c19a161764
commit
4b33afcfa1
3 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||
];
|
||||
}
|
||||
|
|
|
@ -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"
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue