From d433216a571c2eb43e55fe2bb12da601b8d34f97 Mon Sep 17 00:00:00 2001 From: Don Harper Date: Sat, 12 Oct 2024 18:02:27 -0500 Subject: [PATCH] task | disable w2 --- flake.nix | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/flake.nix b/flake.nix index f39653f..ebc306a 100644 --- a/flake.nix +++ b/flake.nix @@ -56,7 +56,7 @@ loki = import ./hosts/loki/colmena.nix; smaug = import ./hosts/smaug/colmena.nix; w1 = import ./hosts/w1/colmena.nix; - w2 = import ./hosts/w2/colmena.nix; + # w2 = import ./hosts/w2/colmena.nix; # t2 = import ./hosts/t2/colmena.nix; # pi1 = import ./hosts/pi1/colmena.nix; }; @@ -166,12 +166,12 @@ inherit inputs outputs; }; }; - w2 = lib.nixosSystem { - modules = [./hosts/w2]; - specialArgs = { - inherit inputs outputs; - }; - }; + # w2 = lib.nixosSystem { + # modules = [./hosts/w2]; + # specialArgs = { + # inherit inputs outputs; + # }; + # }; }; }; }