From bdccd6c267dfdd6ee8d14e319ad58e9a852dca45 Mon Sep 17 00:00:00 2001 From: Chris Kruining Date: Wed, 17 Sep 2025 21:08:46 +0200 Subject: [PATCH] disable attempt for tests for now --- clanServices/k3s/flake-module.nix | 8 ++++---- clanServices/zitadel/flake-module.nix | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/clanServices/k3s/flake-module.nix b/clanServices/k3s/flake-module.nix index 187ef77..2ad0af1 100644 --- a/clanServices/k3s/flake-module.nix +++ b/clanServices/k3s/flake-module.nix @@ -6,10 +6,10 @@ in clan.modules.k3s = module; perSystem = { ... }: { - clan.nixosTests.k3s = { - imports = [ ./tests/vm/default.nix ]; + # clan.nixosTests.k3s = { + # imports = [ ./tests/vm/default.nix ]; - clan.modules."@amarth/k3s" = module; - }; + # clan.modules."@amarth/k3s" = module; + # }; }; } diff --git a/clanServices/zitadel/flake-module.nix b/clanServices/zitadel/flake-module.nix index 1f58e32..3832389 100644 --- a/clanServices/zitadel/flake-module.nix +++ b/clanServices/zitadel/flake-module.nix @@ -6,10 +6,10 @@ in clan.modules.zitadel = module; perSystem = { ... }: { - clan.nixosTests.zitadel = { - imports = [ ./tests/vm/default.nix ]; + # clan.nixosTests.zitadel = { + # imports = [ ./tests/vm/default.nix ]; - clan.modules."@amarth/zitadel" = module; - }; + # clan.modules."@amarth/zitadel" = module; + # }; }; }