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