Templates: move all clan templates into subfolder 'clan'

This commit is contained in:
Johannes Kirschbauer
2024-11-28 11:17:43 +01:00
parent 43f9b17cd9
commit f2f993203b
29 changed files with 5 additions and 5 deletions

View File

@@ -0,0 +1,7 @@
{ clan-core, ... }:
{
imports = [
clan-core.clanModules.sshd
clan-core.clanModules.root-password
];
}