mirror of
https://github.com/LnL7/nix-darwin.git
synced 2025-03-13 20:30:02 +00:00
examples-simple: add stateVersion
This commit is contained in:
parent
cf9f74596a
commit
c8cc548dfc
1 changed files with 4 additions and 0 deletions
|
@ -13,6 +13,10 @@
|
|||
# Recreate /run/current-system symlink after boot.
|
||||
services.activate-system.enable = true;
|
||||
|
||||
# Used for backwards compatibility, please read the changelog before changing.
|
||||
# $ darwin-rebuild changelog
|
||||
system.stateVersion = 2;
|
||||
|
||||
# You should generally set this to the total number of logical cores in your system.
|
||||
# $ sysctl -n hw.ncpu
|
||||
nix.maxJobs = 1;
|
||||
|
|
Loading…
Add table
Reference in a new issue