stockholm/makefu/3modules/default.nix

10 lines
75 B
Nix
Raw Normal View History

2015-10-04 14:42:04 +00:00
_:
2015-07-24 20:39:11 +00:00
2015-10-04 14:42:04 +00:00
{
imports = [
./tinc_graphs.nix
2015-10-21 16:48:13 +00:00
./bepasty-server.nix
2015-10-04 14:42:04 +00:00
];
}
2015-07-24 20:39:11 +00:00