common
modules
– NixOS modules that will be auto-loaded by all configurationsoverlays
– Nixpkgs overlays that will be applied to package setprofiles
– configuration profiles that can be imported
hosts
– configurations for individual machinespkgs
– utilities and software not suitable/ready to be in Nixpkgs
This repo contains some commands to be available in nix-shell
to make deployment and maintenance easier.
Wrapper around nixos-rebuild
to avoid the need for specifying the full hostname and pass some default arguments.
Run update script for a package on given attribute path.
The source code is licensed under MIT (just like Nixpkgs).
I was inspired by configs of many other people so it does not feel natural to claim copyright over this code but I guess this is the safest way to allow other people to copy and reuse as I did.
I try to give credit where credit is due, at minimum in the commit messages. Hopefully I did not omit anyone.