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; [
|
packages = with pkgs; [
|
||||||
];
|
];
|
||||||
openssh.authorizedKeys.keys = [
|
openssh.authorizedKeys.keys = [
|
||||||
"${../nix-secrets/dafoe/ssh/gunther}"
|
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKUMTbIxSRWqpIVtDbjwZK41FFOV5eQf9eJECgm40Fj1 leonv@gunther"
|
||||||
"${../nix-secrets/dafoe/ssh/absol}"
|
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKUMTbIxSRWqpIVtDbjwZK41FFOV5eQf9eJECgm40Fj1 leonv@absol"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
users.defaultUserShell = pkgs.zsh;
|
users.defaultUserShell = pkgs.zsh;
|
||||||
|
|
Loading…
Reference in a new issue