users/isa: Refactor ssh public key
This commit is contained in:
parent
0ea664287b
commit
0220dbbcdd
@ -3,9 +3,8 @@
|
|||||||
{
|
{
|
||||||
users.users.isa = {
|
users.users.isa = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
extraGroups = [ "guests" ];
|
|
||||||
openssh.authorizedKeys.keys = [
|
openssh.authorizedKeys.keys = [
|
||||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGrvhqC/tZzpLMs/qy+1xNSVi2mfn8LXPIEhh7dcGn9e"
|
(builtins.readFile ./ssh.pub)
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
1
users/isa/ssh.pub
Normal file
1
users/isa/ssh.pub
Normal file
@ -0,0 +1 @@
|
|||||||
|
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGrvhqC/tZzpLMs/qy+1xNSVi2mfn8LXPIEhh7dcGn9e
|
Loading…
Reference in New Issue
Block a user