tadpole: Add ssh module

This commit is contained in:
Alexander Heldt
2024-07-20 20:12:23 +02:00
parent 51597caaf5
commit 4967e846a8
3 changed files with 41 additions and 4 deletions

View File

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