summaryrefslogtreecommitdiff
path: root/nixos/modules/homelab/core/default.nix
blob: 0264ce7db358a6a7a94ddd0f8d6304cbeafbc636 (plain)
1
2
3
4
5
6
7
{...}: {
  imports = [
    ./ssh.nix
    ./caddy.nix
    ./restic.nix
  ];
}