moved openssh config into home manager configs
This commit is contained in:
parent
d760992a06
commit
2d5e37b1eb
6 changed files with 26 additions and 9 deletions
|
@ -1,12 +1,4 @@
|
|||
{
|
||||
lib,
|
||||
config,
|
||||
...
|
||||
}: {
|
||||
users.users.leyla.openssh.authorizedKeys.keys = lib.mkIf config.host.users.leyla.isTerminalUser [
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJHeItmt8TRW43uNcOC+eIurYC7Eunc0V3LGocQqLaYj leyla@horizon"
|
||||
];
|
||||
|
||||
{...}: {
|
||||
services = {
|
||||
openssh = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue