summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2018-04-30 15:31:00 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2018-04-30 15:31:00 +0200
commitd679c25cda52e5fc135026964b891e21084397a4 (patch)
tree44e39fccb9a9b67776e2869f67192d8a51f1afc9
parent7fe9c596ba4bc6b52cb71a52ebf0a80618d4842e (diff)
downloadnixos-d679c25cda52e5fc135026964b891e21084397a4.tar
nixos-d679c25cda52e5fc135026964b891e21084397a4.tar.gz
nixos-d679c25cda52e5fc135026964b891e21084397a4.tar.bz2
nixos-d679c25cda52e5fc135026964b891e21084397a4.tar.xz
nixos-d679c25cda52e5fc135026964b891e21084397a4.zip
-rw-r--r--odin.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/odin.nix b/odin.nix
index 9e29474e..035293f9 100644
--- a/odin.nix
+++ b/odin.nix
@@ -29,7 +29,7 @@
29 enable = true; 29 enable = true;
30 ssh = { 30 ssh = {
31 enable = true; 31 enable = true;
32 authorizedKeys = with users.users."gkleen".openssh; map builtins.readFile authorizedKeys.keyFiles ++ authorizedKeys.keys; 32 authorizedKeys = map builtins.readFile config.users.users."root".openssh.authorizedKeys.keyFiles;
33 }; 33 };
34 }; 34 };
35 35