MyNixOS website logo

Configuration written to $XDG_CONFIG_HOME/nix-init/config.toml. See https://github.com/nix-community/nix-init#configuration for the full list of options.

Declarations
Type
TOML value
Default
{ }
Example
{
  maintainers = [
    "figsoda"
  ];
  nixpkgs = "<nixpkgs>";
  commit = true;
  access-tokens = {
    github.com = "ghp_blahblahblah...";
    gitlab.com = {
      command = [
        "secret-tool"
        "or"
        "whatever"
        "you"
        "use"
      ];
    };
    gitlab.gnome.org = {
      file = "/path/to/api/token";
    };
  };
}
</nixpkgs>