hard code ssh keys
This commit is contained in:
parent
2d81bfb81c
commit
6ee22fba9a
1 changed files with 2 additions and 2 deletions
|
@ -47,8 +47,8 @@
|
|||
packages = with pkgs; [
|
||||
];
|
||||
openssh.authorizedKeys.keys = [
|
||||
"${../nix-secrets/dafoe/ssh/gunther}"
|
||||
"${../nix-secrets/dafoe/ssh/absol}"
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKUMTbIxSRWqpIVtDbjwZK41FFOV5eQf9eJECgm40Fj1 leonv@gunther"
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKUMTbIxSRWqpIVtDbjwZK41FFOV5eQf9eJECgm40Fj1 leonv@absol"
|
||||
];
|
||||
};
|
||||
users.defaultUserShell = pkgs.zsh;
|
||||
|
|
Loading…
Reference in a new issue