From 74a399b8dae09e62bd29aabff3924790bb908690 Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Thu, 3 Jul 2025 00:23:07 -0500 Subject: [PATCH] added stateVersion for root user --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 203813e..aac6a73 100644 --- a/flake.nix +++ b/flake.nix @@ -66,6 +66,7 @@ useUserPackages = true; extraSpecialArgs = { inherit inputs; }; users.root.programs.git = { + stateVersion = config.stateVersion; extraConfig.credential.helper = "store --file ~/.git-credentials"; }; users.${config.user} = {