summaryrefslogtreecommitdiffstats
path: root/lass/3modules/default.nix
blob: 959c9d1b4e5afcc94795ffe2f758dc5341653527 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
_:
{
  imports = [
    ./ejabberd
    ./folderPerms.nix
    ./hosts.nix
    ./mysql-backup.nix
    ./umts.nix
    ./usershadow.nix
    ./xresources.nix
  ];
}