1
0
Fork 0

users/isa: Refactor ssh public key

This commit is contained in:
clerie 2023-12-07 20:23:11 +01:00
parent 0ea664287b
commit 0220dbbcdd
2 changed files with 2 additions and 2 deletions

View File

@ -3,9 +3,8 @@
{
users.users.isa = {
isNormalUser = true;
extraGroups = [ "guests" ];
openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGrvhqC/tZzpLMs/qy+1xNSVi2mfn8LXPIEhh7dcGn9e"
(builtins.readFile ./ssh.pub)
];
};
}

1
users/isa/ssh.pub Normal file
View File

@ -0,0 +1 @@
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGrvhqC/tZzpLMs/qy+1xNSVi2mfn8LXPIEhh7dcGn9e