add desktop SSH Key

This commit is contained in:
Sean Buckley 2020-10-28 14:38:36 -04:00
parent a56ad705f2
commit 8467154f94

View file

@ -5,6 +5,9 @@
isNormalUser = true;
uid = 1000;
extraGroups = [ "wheel" "audio" "video" "networkmanager" "dialout" "input" "wireshark" ];
openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIqWHzIXaF88Y8+64gBlLbZ5ZZcLl08kTHG1clHd7gaq"
];
};
test = {
isNormalUser = true;