diff --git a/modules/examples/ofborg.nix b/modules/examples/ofborg.nix index 3244b93..49b4793 100644 --- a/modules/examples/ofborg.nix +++ b/modules/examples/ofborg.nix @@ -26,7 +26,7 @@ with lib; # Used for backwards compatibility, please read the changelog before changing. # $ darwin-rebuild changelog - system.stateVersion = 2; + system.stateVersion = 3; # You should generally set this to the total number of logical cores in your system. # $ sysctl -n hw.ncpu diff --git a/modules/examples/simple.nix b/modules/examples/simple.nix index d3cde9c..9b914ba 100644 --- a/modules/examples/simple.nix +++ b/modules/examples/simple.nix @@ -18,7 +18,7 @@ # Used for backwards compatibility, please read the changelog before changing. # $ darwin-rebuild changelog - system.stateVersion = 2; + system.stateVersion = 3; # You should generally set this to the total number of logical cores in your system. # $ sysctl -n hw.ncpu