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
+3 -1
View File
@@ -7,6 +7,8 @@ in
imports = lib.mapAttrsToList toModulePath (filterDirs (builtins.readDir ./.));
config = {
mod = {};
mod = {
ssh.enable = true;
};
};
}