Skip to content

zuplo/endpoint-verification-nixos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Google Endpoint Verification for NixOS

A NixOS module for Google Endpoint Verification that enables Chrome to read device serial numbers for enterprise management.

Usage

Add to your flake inputs:

inputs.endpoint-verification.url = "github:zuplo/endpoint-verification-nixos";

Enable in your NixOS configuration:

{
  imports = [ endpoint-verification.nixosModules.default ];
  services.endpoint-verification.enable = true;
}

Requirements

  • NixOS on x86_64-linux
  • Udev rule to make DMI serial number readable (see your system configuration)

What it does

  • Installs Google Endpoint Verification package
  • Sets up native messaging hosts for Chrome/Chromium and Firefox
  • Creates systemd service to cache device serial number
  • Enables endpoint verification for Chrome enterprise enrollment

About

A way to allow Google Endpoint Verification to work on nixos

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages