From 1f7261f5f75923ed865cab2138374d7834686c16 Mon Sep 17 00:00:00 2001 From: a-kenji Date: Mon, 16 Sep 2024 14:08:46 +0200 Subject: [PATCH] templates/new-clan: fix `disko` module --- templates/new-clan/modules/disko.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/templates/new-clan/modules/disko.nix b/templates/new-clan/modules/disko.nix index a04142acf..e8f74c07f 100644 --- a/templates/new-clan/modules/disko.nix +++ b/templates/new-clan/modules/disko.nix @@ -1,4 +1,9 @@ -{ lib, clan-core, ... }: +{ + lib, + clan-core, + config, + ... +}: let suffix = config.clan.core.vars.generators.disk-id.files.diskId.value;