nixos-config/3modules/default.nix

20 lines
278 B
Nix
Raw Normal View History

2015-10-04 16:42:04 +02:00
_:
2015-10-04 16:42:04 +02:00
{
imports = [
2016-08-21 11:53:58 +02:00
./populate.nix
2016-04-17 02:03:15 +02:00
./awesome-extra.nix
2016-08-21 11:53:58 +02:00
./deluge.nix
2016-07-11 20:46:09 +02:00
./forward-journal.nix
./opentracker.nix
2016-07-28 12:59:29 +02:00
./ps3netsrv.nix
2017-01-09 16:01:46 +01:00
./logging-config.nix
2017-08-02 01:08:12 +02:00
./sane-extra.nix
2016-12-22 14:12:24 +01:00
./server-config.nix
2016-07-28 12:59:29 +02:00
./snapraid.nix
2017-01-09 16:01:46 +01:00
./torrent.nix
2016-08-21 11:53:58 +02:00
./udpt.nix
2015-10-04 16:42:04 +02:00
];
}