From 7e0a5243647dceeb09ff3095938282370f4047d4 Mon Sep 17 00:00:00 2001 From: Chris Kruining Date: Wed, 17 Sep 2025 19:36:12 +0200 Subject: [PATCH] . --- flake.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index 2a21e11..c97bb86 100644 --- a/flake.nix +++ b/flake.nix @@ -1,5 +1,5 @@ { - description = "Amarth Cloud's Clan services"; + description = "Clan services for use with Amarth Cloud"; inputs = { clan-core.url = "https://git.clan.lol/clan/clan-core/archive/main.tar.gz"; @@ -23,13 +23,14 @@ { # inherit (clan.config) nixosConfigurations nixosModules clanInternals; # clan = clan.config; - + imports = [ clan-core.flakeModules.default # ./clanServices/flake-module.nix ]; clan.modules = { + "@amarth/zitadel" = flake-parts.lib.importApply ./modules/service/zitadel/default.nix {}; "@amarth/k3s" = flake-parts.lib.importApply ./clanServices/k3s/default.nix {}; }; @@ -47,4 +48,4 @@ }; }); }; -} \ No newline at end of file +}