diff options
| author | Daiderd Jordan <daiderd@gmail.com> | 2018-04-08 12:01:23 +0200 |
|---|---|---|
| committer | Daiderd Jordan <daiderd@gmail.com> | 2018-04-08 12:01:23 +0200 |
| commit | cdab52bbe8f800a557466f06b617c5c342945aa1 (patch) | |
| tree | eb6c47b7e7eaabbfc6e6d6f1210b38182d0b13b8 /modules/examples | |
| parent | 7b028e944b78d66978c7c9ffa372e41ac4e7989f (diff) | |
bump stateVersion in examples
Diffstat (limited to 'modules/examples')
| -rw-r--r-- | modules/examples/ofborg.nix | 2 | ||||
| -rw-r--r-- | modules/examples/simple.nix | 2 |
2 files changed, 2 insertions, 2 deletions
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 |
