programs.google-chrome.policies

NixOS option

Chrome enterprise policies written to managed policies JSON.

type: attribute set
Default
{ }
Example
{
  HomepageLocation = "https://nixos.org";
  PasswordManagerEnabled = false;
}
declared in: nixos/modules/programs/google-chrome.nixView source on NixOS/nixpkgs →