summaryrefslogtreecommitdiffstats
path: root/1systems
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
commit503f7f4752b02cb1756f41439aa7eee343e0932f (patch)
tree8e9b7f5659f523b4a7383189188f050553a56099 /1systems
parentb74c25ea9191d7d50287776744e420393156cd19 (diff)
ma 1 darth: add omo ssh pubkey
Diffstat (limited to '1systems')
-rw-r--r--1systems/darth.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/1systems/darth.nix b/1systems/darth.nix
index 7972c6201..95a37006b 100644
--- a/1systems/darth.nix
+++ b/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
+ ];
}