NixOS on ARM: Difference between revisions
imported>Samueldr m Update Support section... cut me some slack, it's at the tail end of the page, no one ever reads to there... ever... |
imported>MiniBill m Update configuration name |
||
Line 373: | Line 373: | ||
]; | ]; | ||
# put your own configuration here, for example ssh keys: | # put your own configuration here, for example ssh keys: | ||
users. | users.users.root.openssh.authorizedKeys.keys = [ | ||
"ssh-ed25519 AAAAC3NzaC1lZDI1.... username@tld" | "ssh-ed25519 AAAAC3NzaC1lZDI1.... username@tld" | ||
]; | ]; |