chore: lily -> sunflower (lily does not run nix anymore)

This commit is contained in:
Ahwx 2025-10-23 00:14:59 +02:00
parent 79beba6182
commit ab5fb021d7

View file

@ -6,7 +6,7 @@
enable =
if (host == "dandelion") then
true
else if (host == "lily") then
else if (host == "sunflower") then
true
else
false;