nixosMod/allCommon: enable git always

not correctly referenced dependency of nix & nixos-modules when using with flakes
main
Felix Stupp 1 year ago
parent 764c9a6a0e
commit b9dddd7855
Signed by: zocker
GPG Key ID: 93E1BD26F6B02FB7

@ -93,6 +93,9 @@ in
# well-known public keys
programs = {
# for nixos-rebuild with flakes
git.enable = true;
ssh = {
hostKeyAlgorithms = [
"ssh-ed25519"

Loading…
Cancel
Save