MyNixOS website logo
option

services.homepage-dashboard.services

Homepage services configuration.

See https://gethomepage.dev/latest/configs/services/.

Declarations
Type
YAML value
Default
[ ]
Example
[
  {
    "My First Group" = [
      {
        "My First Service" = {
          description = "Homepage is awesome";
          href = "http://localhost/";
        };
      }
    ];
  }
  {
    "My Second Group" = [
      {
        "My Second Service" = {
          description = "Homepage is the best";
          href = "http://localhost/";
        };
      }
    ];
  }
]