From 503f7f4752b02cb1756f41439aa7eee343e0932f Mon Sep 17 00:00:00 2001
From: makefu <github@syntax-fehler.de>
Date: Fri, 11 Mar 2016 09:03:49 +0100
Subject: [PATCH] ma 1 darth: add omo ssh pubkey

---
 1systems/darth.nix | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/1systems/darth.nix b/1systems/darth.nix
index 7972c62..95a3700 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
+  ];
 }