From d679c25cda52e5fc135026964b891e21084397a4 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 30 Apr 2018 15:31:00 +0200 Subject: =?UTF-8?q?=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- odin.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/odin.nix b/odin.nix index 9e29474e..035293f9 100644 --- a/odin.nix +++ b/odin.nix @@ -29,7 +29,7 @@ enable = true; ssh = { enable = true; - authorizedKeys = with users.users."gkleen".openssh; map builtins.readFile authorizedKeys.keyFiles ++ authorizedKeys.keys; + authorizedKeys = map builtins.readFile config.users.users."root".openssh.authorizedKeys.keyFiles; }; }; -- cgit v1.2.3