From f8b65eb1df3cacb1027c60cf299405ab3e8b96c2 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 30 Apr 2018 15:35:49 +0200 Subject: SSH keys --- odin.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'odin.nix') diff --git a/odin.nix b/odin.nix index 035293f9..21352a7c 100644 --- a/odin.nix +++ b/odin.nix @@ -29,7 +29,7 @@ enable = true; ssh = { enable = true; - authorizedKeys = map builtins.readFile config.users.users."root".openssh.authorizedKeys.keyFiles; + authorizedKeys = [ (builtins.readFile ./users/keys/gkleen-hel-rsa.pub) ]; }; }; -- cgit v1.2.3