1
0
Fork 0
puter/hosts/abacus/authorized-keys.nix
2025-05-11 22:49:04 +02:00

6 lines
109 B
Nix

{ config, ... }:
{
users.users.root.openssh.authorizedKeys.keys = [
config.pubkeys.hosts.vessel
];
}