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