6 lines
69 B
Nix
6 lines
69 B
Nix
# NixOS state version.
|
|
{ ... }:
|
|
{
|
|
system.stateVersion = "25.05";
|
|
}
|