summaryrefslogtreecommitdiffstats
path: root/lass/3modules/default.nix
blob: 2cf6a66b9b6140c3a297c8d4b0d8f8a3f168b2ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
_:
{
  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
    ./xserver
  ];
}