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