1
0

hosts/astatine: add user criese-nethinks

This commit is contained in:
2023-10-29 20:06:30 +01:00
parent c013c4323a
commit 43335679ed
5 changed files with 25 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
{ ... }:
{
users.users.criese-nethinks = {
isNormalUser = true;
openssh.authorizedKeys.keys = [
(builtins.readFile ./ssh-criese.pub)
];
};
}