darwin fixes

This commit is contained in:
2025-08-19 11:45:38 -07:00
parent 172dc90e58
commit 9e1e48c406
+1 -1
View File
@@ -187,6 +187,6 @@
# this value at the release version of the first install of this system.
# Before changing this value read the documentation for this option
# (e.g. man configuration.nix or on https://nixos.org/nixos/options.html).
system.stateVersion = "6";
system.stateVersion = 6;
}