feat: Add another key
This commit is contained in:
parent
9472b3b1d2
commit
663fd06228
1 changed files with 1 additions and 0 deletions
|
@ -351,6 +351,7 @@
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
openssh.authorizedKeys.keys = [
|
openssh.authorizedKeys.keys = [
|
||||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPhOvImWCrTZQ0BxjVMmDsgJvr8KRm5ULG8uytj+T8Z2 uwu@vps" # vps
|
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPhOvImWCrTZQ0BxjVMmDsgJvr8KRm5ULG8uytj+T8Z2 uwu@vps" # vps
|
||||||
|
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBG5BQ3q5KnVDDqWuCGuU0avIw67HPC6h2ZMiy13xO6D root@vps"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue