feat: authorize erik ssh key + add deploy script (install/switch)

This commit is contained in:
erik
2026-07-12 21:45:14 +02:00
parent ba31568efc
commit 95e945fa6f
2 changed files with 55 additions and 2 deletions
+2 -2
View File
@@ -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"
];
};