summaryrefslogtreecommitdiff
path: root/modules/default.nix
blob: 653e176f7d5a3ed3427cf011b11fdeb9d2dff70f (plain) (blame)
1
2
3
4
5
6
7
8
9
{
  imports = [
    ./hardware
    ./nix
    ./security
    ./software
    ./virtualisation
  ];
}