summaryrefslogtreecommitdiffstats
path: root/lass/3modules/default.nix
blob: 613c7c8acaeb8ed0a9dbc74e0268e19d82302211 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
_:
{
  imports = [
    ./dnsmasq.nix
    ./ejabberd
    ./folderPerms.nix
    ./hosts.nix
    ./mysql-backup.nix
    ./news.nix
    ./nichtparasoup.nix
    ./pyload.nix
    ./restic.nix
    ./screenlock.nix
    ./umts.nix
    ./usershadow.nix
    ./xjail.nix
  ];
}