forked from colonelpanic/dotfiles
[NixOS] Add ssh key to kat user for nixcomp
This commit is contained in:
parent
4e2a3ed6d9
commit
a4a67886f4
@ -38,6 +38,9 @@
|
||||
kat = userDefaults // {
|
||||
name = "kat";
|
||||
shell = pkgs.zsh;
|
||||
openssh.authorizedKeys.keys = [
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOVGIGnpkU7HNQ/zl/Ffi562M+laWY9/yIjB63BCMiTS kat@nixcomp.local"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user