stockholm/lass/3modules/default.nix

20 lines
289 B
Nix
Raw Normal View History

2015-07-27 12:01:00 +00:00
_:
{
imports = [
2017-07-12 15:55:58 +00:00
./dnsmasq.nix
2015-10-19 12:06:04 +00:00
./folderPerms.nix
2016-10-11 15:51:22 +00:00
./hosts.nix
2020-07-04 08:20:26 +00:00
./klem.nix
2016-04-20 11:59:22 +00:00
./mysql-backup.nix
2017-05-12 17:34:19 +00:00
./news.nix
2018-05-04 18:31:12 +00:00
./nichtparasoup.nix
2017-05-23 18:36:23 +00:00
./pyload.nix
2018-04-20 21:35:35 +00:00
./restic.nix
2017-10-19 16:42:09 +00:00
./screenlock.nix
2016-09-09 07:43:00 +00:00
./usershadow.nix
2018-03-28 19:12:53 +00:00
./xjail.nix
2019-08-28 21:02:53 +00:00
./autowifi.nix
./browsers.nix
2015-07-27 12:01:00 +00:00
];
}