fix(git): set version in gh config

This commit is contained in:
uku 2025-05-26 13:31:35 +02:00
parent d8ac44a5e6
commit 65dc383cc9
Signed by: uku
SSH key fingerprint: SHA256:4P0aN6M8ajKukNi6aPOaX0LacanGYtlfjmN+m/sHY/o

View file

@ -31,6 +31,7 @@
};
".config/gh/config.yml".text = lib.generators.toYAML { } {
version = "1";
settings.git_protocol = "ssh";
};
};