diff options
author | makefu <github@syntax-fehler.de> | 2016-03-11 09:03:49 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2016-03-11 09:03:49 +0100 |
commit | 4588c5a19bd61bc8bac1f9ad12016a9d9b56dfdc (patch) | |
tree | 5b907d0ddd2d0a62443c569b43e45f09269b1d1f | |
parent | 1219465af903c2a6898daf8ed359f5ccf189810b (diff) |
ma 1 darth: add omo ssh pubkey
-rw-r--r-- | makefu/1systems/darth.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/makefu/1systems/darth.nix b/makefu/1systems/darth.nix index 7972c6201..95a37006b 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 + ]; } |