oops x2 (add system.stateVersion to Drone config)

This commit is contained in:
wo2wz 2025-08-01 02:09:18 -04:00
parent a82d5aea3e
commit 15d4e4175e

View file

@ -20,4 +20,6 @@
environment.defaultPackages = lib.mkForce [];
services.scx.scheduler = lib.mkForce "scx_rusty";
system.stateVersion = "25.05";
}