haccfiles/modules/default.nix

11 lines
166 B
Nix
Raw Normal View History

2020-11-27 20:56:20 +00:00
{ ... }:
2020-11-30 18:31:04 +00:00
let
sources = import ../nix/sources.nix;
2020-11-30 18:31:04 +00:00
in {
2020-11-27 20:56:20 +00:00
imports = [
"${sources.immae-nix}/modules/webapps/peertube.nix"
./nftnat
./decklink.nix
2020-11-27 20:56:20 +00:00
];
}