fix: this is now my real key lol

This commit is contained in:
truxnell 2024-03-19 12:41:54 +11:00
parent 3dda6367b1
commit 0ba869e077

View file

@ -61,7 +61,7 @@
nixpkgs.hostPlatform = "aarch64-linux"; nixpkgs.hostPlatform = "aarch64-linux";
users.users.root.openssh.authorizedKeys.keys = [ users.users.root.openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1.... username@tld" "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMZS9J1ydflZ4iJdJgO8+vnN8nNSlEwyn9tbWU9OcysW truxnell@home"
]; ];
system.stateVersion = "23.11"; system.stateVersion = "23.11";