puter/hosts/headless/abacus/authorized-keys.nix

6 lines
107 B
Nix
Raw Normal View History

2025-03-01 21:21:00 +00:00
{config, ...}: {
users.users.root.openssh.authorizedKeys.keys = [
config.pubkeys.hosts.vessel
];
}