lib/lxc-container: use admins authorizedKeys

This commit is contained in:
Astro 2019-04-01 02:02:48 +02:00 committed by Markus Schmidl
parent bc1118fccf
commit 18d032760e
1 changed files with 1 additions and 0 deletions

View File

@ -27,4 +27,5 @@
# Required for remote deployment
services.openssh.enable = true;
users.users.root.openssh.authorizedKeys.keys = (import ../secrets/lib/authorized_keys).admins;
}