services.glance.settings

Configuration written to a yaml file that is read by glance. See https://github.com/glanceapp/glance/blob/main/docs/configuration.md for more.

Settings containing secret data should be set to an attribute set with this format: { _secret = "/path/to/secret"; }. See the example in services.glance.settings.pages at the weather widget with a location secret to get a better picture of this.

Alternatively, you can use a single file with environment variables, see services.glance.environmentFile.

Type
open submodule of (YAML 1.1 value)
Default
{ }
Declared
<nixpkgs/nixos/modules/services/web-apps/glance.nix>