nixos-config/nixos/profiles/users/root/default.nix

10 lines
137 B
Nix
Raw Normal View History

2024-11-28 01:14:34 +08:00
{ ... }:
{
users.users.root = {
openssh.authorizedKeys.keyFiles = [
./_ssh/marisa-7d76
./_ssh/marisa-a7s
];
};
}