Set gpg format to ssh for git conf
All checks were successful
Run nix flake check / flake-check (push) Successful in 1m35s

This commit is contained in:
Torjus Håkestad 2024-10-07 22:45:41 +02:00
parent e5d71b6715
commit 9942a085c8
Signed by: torjus
SSH Key Fingerprint: SHA256:KjAds8wHfD2mBYK2H815s/+ABcSdcIHUndwHEdSxml4

View File

@ -11,5 +11,13 @@
key = "~/.ssh/id_ed25519.pub"; key = "~/.ssh/id_ed25519.pub";
signByDefault = true; signByDefault = true;
}; };
includes = [
{
contents = {
gpg.format = "ssh";
};
}
];
}; };
} }