summaryrefslogtreecommitdiff
path: root/modules/core/default.nix
blob: f44e8ffd35c67bc2fee76b6b3938cecdf14a1828 (plain) (blame)
1
2
3
4
5
6
7
{
  imports = [
    ./networking
    ./nix
    ./security
  ];
}