diff --git a/home-manager/users/root/default.nix b/home-manager/users/root/default.nix index 9e44813d..2c16f97a 100644 --- a/home-manager/users/root/default.nix +++ b/home-manager/users/root/default.nix @@ -9,6 +9,7 @@ credential.helper = "cache --timeout=25920000"; user.signingkey = "64F6C4EB46C4543A"; commit.gpgsign = "true"; + test = true; }; }; } \ No newline at end of file