[NixOS] All keys work for dean user
This commit is contained in:
parent
9a876f1dc4
commit
b6050638d4
@ -47,7 +47,7 @@
|
||||
dean = userDefaults // {
|
||||
name = "dean";
|
||||
shell = pkgs.zsh;
|
||||
openssh.authorizedKeys.keys = [
|
||||
openssh.authorizedKeys.keys = allKeys ++ [
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICDvbEVL+y7eV4+mtxOuHwyomBBQ6uYMesctstua20+e deanwenstrand@deans-mbp-2.lan"
|
||||
];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user