about summary refs log tree commit diff
path: root/users/fcuny/desktop/trust/git.nix
blob: 52607a32a09f24da6b5bf529417015c2fa7b824f (plain) (blame)
1
2
3
4
5
6
7
8
{
  programs.git = {
    signing = {
      signByDefault = true;
      key = "23348B57F01D4234B5CFBA0923208AC01EB6EEA1";
    };
  };
}