aboutsummaryrefslogtreecommitdiff
path: root/modules/default.nix
blob: 756d704887e0a07ea990b6bc3705529e94fea6f6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{ ... }:
{
  imports = [
    ./backups.nix
    ./home-manager.nix
    ./host-config.nix
    ./nas-client.nix
    ./ssh.nix
    ./user.nix
  ];
}