[NixOS] Add ssh key to kat user for nixcomp

This commit is contained in:
Kat Huang 2023-06-29 12:29:54 -06:00
parent 4e2a3ed6d9
commit a4a67886f4

View File

@ -38,6 +38,9 @@
kat = userDefaults // {
name = "kat";
shell = pkgs.zsh;
openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOVGIGnpkU7HNQ/zl/Ffi562M+laWY9/yIjB63BCMiTS kat@nixcomp.local"
];
};
};