Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fleet-nixos package

Usage

  1. Download the fleet package to store:

    nix-store --add-fixed sha256 "fleet-osquery_<version>_<arch>.deb"
  2. Add flake as input:

     fleet-nix = {
       url = "github:AdrielVelazquez/fleet-nixos";
       inputs.nixpkgs.follows = "nixpkgs";
     };
  3. Import module:

    imports = [
     inputs.fleet-nix.nixosModules.fleet-nixos
    ];
  4. Enable services:

    services.fleet.enable = true;

About

Trying to get fleet working on nixos

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages