7 changed files with 12 additions and 1 deletions
@ -0,0 +1,7 @@
|
||||
{ config, ... }: |
||||
{ |
||||
users.users.root.openssh.authorizedKeys.keys = |
||||
if config.services.openssh.enable |
||||
then (import ../secrets/lib/authorized_keys).admins |
||||
else []; |
||||
} |
Loading…
Reference in new issue