summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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