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