mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +00:00
users/foo-dogsquared: add an extra SSH key
This commit is contained in:
parent
789bb9b7db
commit
c407ffd617
1
users/home-manager/foo-dogsquared/files/ssh-key-2.pub
Normal file
1
users/home-manager/foo-dogsquared/files/ssh-key-2.pub
Normal file
@ -0,0 +1 @@
|
||||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAQ00r1HML2fMZMlIv+YEQ/xe2DJ8AkbhKAhXXxvb8ZA foodogsquared@foodogsquared.one
|
@ -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
|
||||
];
|
||||
};
|
||||
|
@ -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
|
||||
];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user