From 0128f3f9d3ec8afc02d6fa2a80769dd0e3a4e791 Mon Sep 17 00:00:00 2001 From: Don Harper Date: Fri, 12 Dec 2025 07:29:27 -0600 Subject: [PATCH] flake.nix | comment out smaug due to failed ssd --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 7101e8c..c3ae4b3 100644 --- a/flake.nix +++ b/flake.nix @@ -58,7 +58,7 @@ loki = import ./hosts/loki/colmena.nix; # Dell XPS 13 # pi1 = import ./hosts/pi1/colmena.nix; pocket2 = import ./hosts/pocket2/colmena.nix; - smaug = import ./hosts/smaug/colmena.nix; # Thinkpad x260 + # smaug = import ./hosts/smaug/colmena.nix; # Thinkpad x260 # FIXME - broken ssd w1 = import ./hosts/w1/colmena.nix; # Hetzner VPS # w2 = import ./hosts/w2/colmena.nix; };