From 18d032760e1dfedc822faef62d78f084b1f6821b Mon Sep 17 00:00:00 2001 From: Astro Date: Mon, 1 Apr 2019 02:02:48 +0200 Subject: [PATCH] lib/lxc-container: use admins authorizedKeys --- lib/lxc-container.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/lxc-container.nix b/lib/lxc-container.nix index 091ef9c3..9990f523 100644 --- a/lib/lxc-container.nix +++ b/lib/lxc-container.nix @@ -27,4 +27,5 @@ # Required for remote deployment services.openssh.enable = true; + users.users.root.openssh.authorizedKeys.keys = (import ../secrets/lib/authorized_keys).admins; }