diff options
author | makefu <github@syntax-fehler.de> | 2015-11-17 13:57:43 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2015-11-17 13:57:43 +0100 |
commit | a4ab19181b312a64a14f7da694e994959ce2b147 (patch) | |
tree | 787ff9a3cd46e8a0ec589e9ee5c49d8d1208d144 /shared/2configs/base.nix | |
parent | 4fec1920fb8fb9392c7a5c363a8392230eb64de8 (diff) |
shared 2 base: add makefu_omo to allowed pubkeys
Diffstat (limited to 'shared/2configs/base.nix')
-rw-r--r-- | shared/2configs/base.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shared/2configs/base.nix b/shared/2configs/base.nix index c9f4ffa8d..df41eae1a 100644 --- a/shared/2configs/base.nix +++ b/shared/2configs/base.nix @@ -64,6 +64,8 @@ with lib; # TODO config.krebs.users.lass.pubkey config.krebs.users.makefu.pubkey + # TODO HARDER: + (readFile ../../krebs/Zpubkeys/makefu_omo.ssh.pub) config.krebs.users.tv.pubkey ]; |