summaryrefslogtreecommitdiff
path: root/odin.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2018-04-30 15:35:49 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2018-04-30 15:35:49 +0200
commitf8b65eb1df3cacb1027c60cf299405ab3e8b96c2 (patch)
tree3e5a68f4ea1b51989c4e17ad5229bc0b52f7728e /odin.nix
parentd679c25cda52e5fc135026964b891e21084397a4 (diff)
downloadnixos-f8b65eb1df3cacb1027c60cf299405ab3e8b96c2.tar
nixos-f8b65eb1df3cacb1027c60cf299405ab3e8b96c2.tar.gz
nixos-f8b65eb1df3cacb1027c60cf299405ab3e8b96c2.tar.bz2
nixos-f8b65eb1df3cacb1027c60cf299405ab3e8b96c2.tar.xz
nixos-f8b65eb1df3cacb1027c60cf299405ab3e8b96c2.zip
SSH keys
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