1
0
Fork 0

user/criese-nethinks: refactor ssh.pub

This commit is contained in:
clerie 2023-12-07 20:18:21 +01:00
parent a00c276c5c
commit 35d2b3a76c
2 changed files with 1 additions and 1 deletions

View File

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