diff options
| author | Mark Nipper <nipsy@bitgnome.net> | 2026-03-25 21:52:40 -0700 |
|---|---|---|
| committer | Mark Nipper <nipsy@bitgnome.net> | 2026-03-25 21:52:40 -0700 |
| commit | bf6677e6e2fbdc357caa74f9ab695e17e5c3ae28 (patch) | |
| tree | 3466a370f9243aebd997df3d157f1d14bfa52105 | |
| parent | 3ef450d5ff56bb228df5586e4bc487c7b4c8fde7 (diff) | |
| download | nix-bf6677e6e2fbdc357caa74f9ab695e17e5c3ae28.tar nix-bf6677e6e2fbdc357caa74f9ab695e17e5c3ae28.tar.gz nix-bf6677e6e2fbdc357caa74f9ab695e17e5c3ae28.tar.bz2 nix-bf6677e6e2fbdc357caa74f9ab695e17e5c3ae28.tar.lz nix-bf6677e6e2fbdc357caa74f9ab695e17e5c3ae28.tar.xz nix-bf6677e6e2fbdc357caa74f9ab695e17e5c3ae28.tar.zst nix-bf6677e6e2fbdc357caa74f9ab695e17e5c3ae28.zip | |
Address home.stateVersion warnings
Diffstat (limited to '')
| -rw-r--r-- | home/root/common/core/git.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/home/root/common/core/git.nix b/home/root/common/core/git.nix index e1cb96b..31af80e 100644 --- a/home/root/common/core/git.nix +++ b/home/root/common/core/git.nix @@ -2,5 +2,6 @@ programs.git = { enable = true; settings.pull.rebase = true; + signing.format = null; }; } |
