summaryrefslogtreecommitdiff
path: root/modules/core/default.nix
blob: 56d8ad96cac2fac5b3299f9d6c60b8101b2a45ac (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{ self, ... }:
{
  imports = [
    "${self}/modules/base"
    ./access
    ./networking
    ./nix
    ./sops.nix
  ];
}