summaryrefslogtreecommitdiffstats
path: root/README
blob: 88b0038cee6003c1c7a5840df0fff46d15bac64a (plain)
1
2
3
4
5
6
7
8
9
10
11
Personal nixos configuration repo.
Inspired from https://github.com/michaelpj/nixos-config

To use, clone into /etc/nixos and symlink some machine's
configuration.nix to /etc/nixos

overlays: defines new packages
profiles: defines includable common code that *do stuff*
modules: defines options included by profiles/common.nix like nixpkgs/nixos/modules
machines/hostname: host specific config (link from there)
tests: test configurations