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