summaryrefslogtreecommitdiffstats
path: root/makefu/1systems/darth.nix
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2016-03-11 09:03:49 +0100
committermakefu <github@syntax-fehler.de>2016-03-11 09:03:49 +0100
commit4588c5a19bd61bc8bac1f9ad12016a9d9b56dfdc (patch)
tree5b907d0ddd2d0a62443c569b43e45f09269b1d1f /makefu/1systems/darth.nix
parent1219465af903c2a6898daf8ed359f5ccf189810b (diff)
ma 1 darth: add omo ssh pubkey
Diffstat (limited to 'makefu/1systems/darth.nix')
-rw-r--r--makefu/1systems/darth.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/makefu/1systems/darth.nix b/makefu/1systems/darth.nix
index 7972c620..95a37006 100644
--- a/makefu/1systems/darth.nix
+++ b/makefu/1systems/darth.nix
@@ -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
+ ];
}