Configuration for my infrastructure
Add system config Split up modules into home and system sets Update Cleanup Move home config Add module attrs Fix empty LUKS device UUID Import local secrets |
||
---|---|---|
hosts | ||
lib | ||
modules | ||
overlays | ||
pkgs | ||
.gitignore | ||
.gitmodules | ||
default.nix | ||
overlay.nix | ||
README.md |
nixpkgs configuration
This repository contains nix modules, overlays and packages for my home and work setups.
It requires home-manager to be set up and available in your path. Private parts of the configuration are not part of the repo. I include them from home.nix
like so:
{
imports = [
./modules/profiles/gorgon.nix
./private/metis
];
}