Fix minimal template
This commit is contained in:
@@ -5,7 +5,10 @@
|
|||||||
{ self, clan-core, ... }:
|
{ self, clan-core, ... }:
|
||||||
let
|
let
|
||||||
# Usage see: https://docs.clan.lol
|
# Usage see: https://docs.clan.lol
|
||||||
clan = clan-core.lib.buildClan { directory = self; };
|
clan = clan-core.lib.buildClan {
|
||||||
|
meta.name = "miniclan";
|
||||||
|
directory = self;
|
||||||
|
};
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
# all machines managed by Clan
|
# all machines managed by Clan
|
||||||
|
|||||||
Reference in New Issue
Block a user