feat: authorize erik ssh key + add deploy script (install/switch)
This commit is contained in:
@@ -27,9 +27,9 @@
|
||||
isNormalUser = true;
|
||||
description = "darman";
|
||||
extraGroups = [ "wheel" "networkmanager" "docker" ];
|
||||
# Replace with your real public key. Password login for ssh is disabled below.
|
||||
# Password login for ssh is disabled below — these keys are the only way in.
|
||||
openssh.authorizedKeys.keys = [
|
||||
# "ssh-ed25519 AAAA... darman@laptop"
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGZpkPVhzi1zG5JI9hWyUgdyvNIQbp4ts4jw3idpMhhN erik@laptop"
|
||||
];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user