summaryrefslogtreecommitdiff
path: root/odin.nix
diff options
context:
space:
mode:
Diffstat (limited to 'odin.nix')
-rw-r--r--odin.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/odin.nix b/odin.nix
index 035293f9..21352a7c 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 = map builtins.readFile config.users.users."root".openssh.authorizedKeys.keyFiles; 32 authorizedKeys = [ (builtins.readFile ./users/keys/gkleen-hel-rsa.pub) ];
33 }; 33 };
34 }; 34 };
35 35