[ssh] Move to actual module
This commit is contained in:
parent
197fcdbb81
commit
37b3968722
10 changed files with 100 additions and 78 deletions
5
nixos/modules/services/default.nix
Normal file
5
nixos/modules/services/default.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
imports = [
|
||||
./openssh
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue