MyNixOS website logo
option

services.geoclue2.appConfig

Specify extra settings per application.

Declarations
Type
attribute set of (submodule)
Default
{ }
Example
"com.github.app" = {
  isAllowed = true;
  isSystem = true;
  users = [ "300" ];
};