summaryrefslogtreecommitdiffstats
path: root/lass
diff options
context:
space:
mode:
authorlassulus <lass@aidsballs.de>2016-02-21 14:28:50 +0100
committerlassulus <lass@aidsballs.de>2016-02-21 14:28:50 +0100
commit2d912a9d6dec8b58411436a6e2e82c9fa152e907 (patch)
tree0f4a7ed1236adcce6424e11632a26b72e6cf1470 /lass
parentc0fda459166100bc38e4dbe649203c027bb613a7 (diff)
l 1 uriel: remove redundant authorized_key entry
Diffstat (limited to 'lass')
-rw-r--r--lass/1systems/uriel.nix9
1 files changed, 0 insertions, 9 deletions
diff --git a/lass/1systems/uriel.nix b/lass/1systems/uriel.nix
index 0758164f..4e4eca21 100644
--- a/lass/1systems/uriel.nix
+++ b/lass/1systems/uriel.nix
@@ -15,15 +15,6 @@ with builtins;
../2configs/bitlbee.nix
../2configs/weechat.nix
../2configs/skype.nix
- {
- users.extraUsers = {
- root = {
- openssh.authorizedKeys.keys = map readFile [
- ../../krebs/Zpubkeys/uriel.ssh.pub
- ];
- };
- };
- }
];
krebs.build.host = config.krebs.hosts.uriel;