summaryrefslogtreecommitdiffstats
path: root/lass/3modules/default.nix
blob: 5e7e6dff366553790a1adc0d3f21db4078b87633 (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
    ./pyload.nix
    ./restic.nix
    ./screenlock.nix
    ./umts.nix
    ./usershadow.nix
    ./xjail.nix
    ./xserver
  ];
}