From 5b89f4f667fb7a3211794b79ff289e62fa4656e3 Mon Sep 17 00:00:00 2001 From: Random936 Date: Mon, 10 Mar 2025 12:50:56 -0700 Subject: [PATCH] Updates to darwin config --- config/darwin.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config/darwin.nix b/config/darwin.nix index 65c5655..a1c69c2 100644 --- a/config/darwin.nix +++ b/config/darwin.nix @@ -42,7 +42,6 @@ }; # Auto upgrade nix package and the daemon service. - services.nix-daemon.enable = true; nix.package = pkgs.nix; # Extra activation scripts @@ -77,5 +76,5 @@ home = "/Users/jadenmaxwell"; }; - system.stateVersion = 4; + system.stateVersion = 5; }