Fix minimal template
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user