Revert "system(home): Disable nixpkgs release check"

No longer necessary since we're targeting 24.05.
This commit is contained in:
Donovan Glover 2024-06-01 14:19:54 -04:00
parent 576b9bf2ba
commit b16466a944
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -134,8 +134,6 @@ in
sharedModules = singleton {
home = {
inherit (cfg) stateVersion;
enableNixpkgsReleaseCheck = false;
};
programs.man.generateCaches = true;