authorized keys per device

This commit is contained in:
Vinzenz Schroeter 2023-09-02 14:41:58 +02:00
parent 33ef4623a1
commit 786a6703fd
2 changed files with 4 additions and 3 deletions

View file

@ -6,4 +6,8 @@
./common.nix
./kde.nix
];
users.users.vinzenz.openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINrY6tcgnoC/xbgL7vxSjddEY9MBxRXe9n2cAHt88/TT home roaming"
];
}