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