diff options
author | lassulus <lass@aidsballs.de> | 2015-09-05 12:14:16 +0200 |
---|---|---|
committer | lassulus <lass@aidsballs.de> | 2015-09-05 12:14:16 +0200 |
commit | 9eff022e421307723084159cb93b020cff7bc139 (patch) | |
tree | 2c61404c5aa5a6817876e6ca41eae663dca42ba5 /lass/1systems/uriel.nix | |
parent | 0253b3f073d10f49335ad091d272f97bfcce80e8 (diff) |
move pubkey imports to krebs/Zpubkeys
Diffstat (limited to 'lass/1systems/uriel.nix')
-rw-r--r-- | lass/1systems/uriel.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lass/1systems/uriel.nix b/lass/1systems/uriel.nix index 7c3d08123..bb98975e4 100644 --- a/lass/1systems/uriel.nix +++ b/lass/1systems/uriel.nix @@ -16,7 +16,7 @@ with builtins; users.extraUsers = { root = { openssh.authorizedKeys.keys = map readFile [ - ../../Zpubkeys/uriel.ssh.pub + ../../krebs/Zpubkeys/uriel.ssh.pub ]; }; }; |