Skip to content

Nixpkgs overlay containing various modules and packages.

License

Notifications You must be signed in to change notification settings

senpro-it/infrastructure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

infrastructure

Nixpkgs overlay containing various modules and packages.

Usage

Use the Nix modules in this repository by importing it in your configuration.nix as follows:

let

  infrastructure = builtins.fetchGit {
    url = "https://github.com/senpro-it/infrastructure.git";
    ref = "main";
    rev = "<commit-hash>";
  };

in {

  imports = [
    "${infrastructure}/nixos"
    ./hardware-configuration.nix
  ];

  ...

}

About

Nixpkgs overlay containing various modules and packages.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages