Files
nix/core/nix.nix
2025-06-03 07:12:27 -05:00

15 lines
233 B
Nix

{ ... }:
{
system = {
stateVersion = "25.05";
autoUpgrade = {
enable = true;
allowReboot = true;
};
};
nix.settings.experimental-features = [ "nix-command" "flakes" ];
}