add flake-parts template

This commit is contained in:
Jörg Thalheim
2024-07-15 16:50:36 +02:00
committed by Mic92
parent 3e3b9fbbb8
commit beded7c21f
7 changed files with 260 additions and 0 deletions

View File

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