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