aboutsummaryrefslogblamecommitdiff
path: root/modules/default-darwin.nix
blob: d42029206661c188daa7d4941f8552854087af3e (plain) (tree)
1
2
3
4
5
6
7


             
             
                     

    
{ ... }:
{
  imports = [
    ./ssh.nix
    ./host-config.nix
  ];
}