Home

infra @17cae734b86425c0ca38cd2d7d66d1d1008c6b17 - refs - log -
-
https://git.jolheiser.com/infra.git
My NixOS infrastructure
infra / config.nix
- raw -
1
2
3
4
5
6
7
8
{
  pkgs ? import <nixpkgs> { },
}:
{
  username = "jolheiser";
  domain = "jolheiser.com";
  importDir = dir: map (name: dir + "/${name}") (builtins.attrNames (builtins.readDir dir));
}