1
0
forked from clan/clan-core

Fix minimal template

This commit is contained in:
Johannes Kirschbauer 2024-07-24 10:33:59 +02:00
parent d38983c784
commit 5b4105b4d8
Signed by: hsjobeki
SSH Key Fingerprint: SHA256:vX3utDqig7Ph5L0JPv87ZTPb/w7cMzREKVZzzLFg9qU

View File

@ -5,7 +5,10 @@
{ self, clan-core, ... }:
let
# Usage see: https://docs.clan.lol
clan = clan-core.lib.buildClan { directory = self; };
clan = clan-core.lib.buildClan {
meta.name = "miniclan";
directory = self;
};
in
{
# all machines managed by Clan