users/foo-dogsquared: add an extra SSH key

This commit is contained in:
Gabriel Arazas 2023-01-01 15:30:17 +08:00
parent 789bb9b7db
commit c407ffd617
3 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1 @@
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAQ00r1HML2fMZMlIv+YEQ/xe2DJ8AkbhKAhXXxvb8ZA foodogsquared@foodogsquared.one

View File

@ -12,6 +12,7 @@ in
useDefaultShell = true;
openssh.authorizedKeys.keyFiles = [
../../home-manager/foo-dogsquared/files/ssh-key.pub
../../home-manager/foo-dogsquared/files/ssh-key-2.pub
../../../hosts/ni/files/ssh-key.pub
];
};

View File

@ -16,6 +16,7 @@ in
openssh.authorizedKeys.keyFiles = [
../../home-manager/foo-dogsquared/files/ssh-key.pub
../../home-manager/foo-dogsquared/files/ssh-key-2.pub
../../../hosts/ni/files/ssh-key.pub
];
};