MyNixOS website logo
option

programs.git.includes.*.contents

Configuration to include. If empty then a path must be given.

This follows the configuration structure as described in git-config(1).

Declarations
Type
attribute set of anything
Default
{ }
Example
{
  user = {
    email = "[email protected]";
    name = "Bob Work";
    signingKey = "1A2B3C4D5E6F7G8H";
  };
  commit = {
    gpgSign = true;
  };
};