puter/hosts/headless/abacus/authorized-keys.nix
2025-03-01 22:21:00 +01:00

6 lines
107 B
Nix

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