stockholm/tv/dummy_secrets/default.nix

9 lines
127 B
Nix
Raw Normal View History

2017-06-19 22:02:04 +00:00
{ config, ... }:
{
users.users.root = {
openssh.authorizedKeys.keys = [
config.krebs.users.tv.pubkey
];
};
}