From 5b4105b4d8f39b3a8b1981a23dda5018aa544682 Mon Sep 17 00:00:00 2001 From: Johannes Kirschbauer Date: Wed, 24 Jul 2024 10:33:59 +0200 Subject: [PATCH] Fix minimal template --- templates/minimal/flake.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/templates/minimal/flake.nix b/templates/minimal/flake.nix index 78301b9c9..db76be471 100644 --- a/templates/minimal/flake.nix +++ b/templates/minimal/flake.nix @@ -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