diff --git a/hosts/OSX-Darwin/default.nix b/hosts/OSX-Darwin/default.nix index 61e1b16..fc60018 100644 --- a/hosts/OSX-Darwin/default.nix +++ b/hosts/OSX-Darwin/default.nix @@ -1,3 +1,4 @@ { nixpkgs.hostPlatform = "x86_64-darwin"; + system.stateVersion = 6; }