aboutsummaryrefslogtreecommitdiffstats
path: root/modules/nixos/default.nix
blob: c349d3242aa57895db2007deb81e34abe17317b4 (plain) (blame)
1
2
3
4
5
6
{...}: {
  imports = [
    ./roles.nix
    ./jaki
  ];
}