cosmic
This commit is contained in:
10
core/nix.nix
10
core/nix.nix
@@ -1,6 +1,14 @@
|
||||
{ ... }:
|
||||
|
||||
{
|
||||
system.stateVersion = "24.11";
|
||||
system = {
|
||||
stateVersion = "25.05";
|
||||
|
||||
autoUpgrade = {
|
||||
enable = true;
|
||||
allowReboot = true;
|
||||
};
|
||||
};
|
||||
|
||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user