1
0
Fork 0
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:
Daiderd Jordan 2017-10-01 16:18:37 +02:00
parent cf9f74596a
commit c8cc548dfc
No known key found for this signature in database
GPG key ID: D02435D05B810C96

View file

@ -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;