sumireko: SSH

This commit is contained in:
Kat Inskip 2023-08-20 11:30:20 -07:00
parent 47bdada7e8
commit 92719f88ce
Signed by: kat
GPG key ID: 465E64DECEA8CF0F

View file

@ -81,12 +81,17 @@ _: let
]
];
};
home.file.".orbstack/ssh/authorized_keys".text =
home.file = {
".orbstack/ssh/authorized_keys".text =
(string.concatSep "\n" tree.kat.user.data.keys)
+ ''
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILW2V8yL2vC/KDmIQdxhEeevKo1vGG18bvMNj9mLL/On
'';
".ssh/authorized_keys".text = ''
${string.concatSep "\n" tree.kat.user.data.keys}
'';
};
programs = {
zsh = {
initExtra = ''