docs: improve template

This commit is contained in:
Johannes Kirschbauer
2024-04-13 15:53:12 +02:00
parent 8011874233
commit ee974d268a
5 changed files with 224 additions and 51 deletions

View File

@@ -0,0 +1,9 @@
{clan-core, system, ...}:
{
imports = [
clan-core.clanModules.sshd
clan-core.clanModules.diskLayouts
clan-core.clanModules.root-password
];
nixpkgs.hostPlatform = system;
}