services.gollum.extraConfig

NixOS option

Content of the configuration file

type: strings concatenated with "\n"
Default
""
Example
''
  wiki_options = {
    show_local_time: true
  }
  
  Precious::App.set(:wiki_options, wiki_options)
''
declared in: nixos/modules/services/misc/gollum.nixView source on NixOS/nixpkgs →