flake.nix | comment out smaug due to failed ssd

This commit is contained in:
Don Harper 2025-12-12 07:29:27 -06:00
parent 24a9c61878
commit 0128f3f9d3

View file

@ -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;
};