chore: remove stateVersion from core/nixos. it should be set in the host config instead

This commit is contained in:
Ahwx 2026-04-29 00:02:57 +02:00
parent 57b34bd3ca
commit 0183076d00

View file

@ -20,6 +20,4 @@
};
services.envfs.enable = true;
system.stateVersion = "24.05";
}