[ssh] Move to actual module

This commit is contained in:
Tibo De Peuter 2023-10-18 18:54:27 +02:00
parent 197fcdbb81
commit 37b3968722
10 changed files with 100 additions and 78 deletions

View file

@ -1,8 +1,7 @@
{ lib, ... }:
{
imports = [
./programs
./services
./users
./virtualisation
];