ma 1 darth: add omo ssh pubkey

This commit is contained in:
makefu 2016-03-11 09:03:49 +01:00
parent 1219465af9
commit 4588c5a19b

View File

@ -13,4 +13,7 @@ with config.krebs.lib;
nixpkgs.config.packageOverrides = pkgs: { tinc = pkgs.tinc_pre; };
boot.loader.grub.device = "/dev/disk/by-id/ata-ADATA_SSD_S599_64GB_10460000000000000039";
users.users.root.openssh.authorizedKeys.keys = [
config.krebs.users.makefu-omo.pubkey
];
}