aboutsummaryrefslogtreecommitdiff
path: root/modules/default-darwin.nix
blob: bf8c6602ff49fe4409cc1b0e7529c64d775c4aed (plain) (blame)
1
2
3
4
5
6
7
{ ... }:
{
  imports = [
    ./host-config.nix
    ./ssh.nix
  ];
}