backwards: Add ssh module

This commit is contained in:
Alexander Heldt
2024-08-15 14:42:17 +02:00
parent 3651fa4146
commit 60ab66b11c
3 changed files with 35 additions and 3 deletions

View File

@@ -7,6 +7,8 @@ in
imports = lib.mapAttrsToList toModulePath (filterDirs (builtins.readDir ./.));
config = {
mod = {};
mod = {
ssh.enable = true;
};
};
}