diff options
author | makefu <github@syntax-fehler.de> | 2016-11-28 23:29:18 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2016-11-28 23:29:18 +0100 |
commit | ab5b81b0b4a6396ca3b53fbe414a7aad2845d8bc (patch) | |
tree | d5493e9f9e9dff67107e6c62943dbbae24af92d6 /lass/2configs/downloading.nix | |
parent | 70dd1341b37e70866e811ab787031e4e74e98b09 (diff) | |
parent | d8da51621e44f6577e6d725b6263837cfa70f2bd (diff) |
Merge remote-tracking branch 'lass/master'
Diffstat (limited to 'lass/2configs/downloading.nix')
-rw-r--r-- | lass/2configs/downloading.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lass/2configs/downloading.nix b/lass/2configs/downloading.nix index 79a609e2b..ca0aded78 100644 --- a/lass/2configs/downloading.nix +++ b/lass/2configs/downloading.nix @@ -14,8 +14,8 @@ with import <stockholm/lib>; ]; openssh.authorizedKeys.keys = with config.krebs.users; [ lass.pubkey - lass-uriel.pubkey lass-shodan.pubkey + lass-helios.pubkey makefu.pubkey ]; }; |