templates: Fix missing export of clan = clan.config;

This commit is contained in:
Qubasa
2025-08-12 13:50:09 +07:00
parent 073027f7c6
commit 743f05a1b5
3 changed files with 8 additions and 0 deletions

View File

@@ -19,6 +19,7 @@
in
{
inherit (clan.config) nixosConfigurations nixosModules clanInternals;
clan = clan.config;
# Add the Clan cli tool to the dev shell.
# Use "nix develop" to enter the dev shell.
devShells =

View File

@@ -16,5 +16,6 @@
{
# all machines managed by Clan
inherit (clan.config) nixosConfigurations nixosModules clanInternals;
clan = clan.config;
};
}