allow phone ssh key on all hosts

This commit is contained in:
Vinzenz Schroeter 2023-12-05 14:50:19 +01:00
parent e5f8fbb446
commit c2e62ec81b
3 changed files with 7 additions and 0 deletions

View file

@ -16,5 +16,10 @@
enablePrinting = true;
};
};
users.users.vinzenz.openssh.authorizedKeys.keys = [
''ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFCJUpbpB3KEKVoKWsKoar9J4RNah8gmQoSH6jQEw5dY vinzenz-pixel-JuiceSSH''
];
};
}