blob: b4e1337b97432ea00ef3f575a9b80a079b253f27 (
plain)
1
2
3
4
5
6
7
8
9
10
|
{...}: {
system.stateVersion = "23.11";
networking.domain = "girlth.ing";
services.openssh.enable = true;
users.users.root.openssh.authorizedKeys.keys = [
"no-touch-required sk-ssh-ed25519@openssh.com AAAAGnNrLXNzaC1lZDI1NTE5QG9wZW5zc2guY29tAAAAIPpKjZfzPN1KxVskFRnmTTCwzyCtjwcXVZc4i1rNfl9oAAAABHNzaDo= me@aria.rip"
];
}
|