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