This commit is contained in:
Chris Kruining 2025-09-18 10:37:06 +02:00
parent 781cc647ef
commit 4168001713
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2
11 changed files with 123 additions and 195 deletions

View file

@ -30,6 +30,7 @@
imports = [
flake-parts.flakeModules.modules
inputs.clan-core.flakeModules.default
inputs.clan-core.flakeModules.testModule
inputs.devshell.flakeModule
./clanServices/flake-module.nix
@ -42,10 +43,13 @@
clan = {
meta.name = "amarth-services";
# modules = {
# "@amarth/zitadel" = flake-parts.lib.importApply ./clanServices/zitadel/default.nix {};
# "@amarth/k3s" = flake-parts.lib.importApply ./clanServices/k3s/default.nix {};
# };
inventory = {
machines = {
"test-darwin-machine" = {
machineClass = "darwin";
};
};
};
};
perSystem = { system, ... }: {