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