haccfiles/modules/default.nix

11 lines
151 B
Nix
Raw Permalink 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 = [
./nftnat
./decklink.nix
2021-02-21 11:45:45 +00:00
"${sources.nix-hexchen}/modules/dns"
2020-11-27 20:56:20 +00:00
];
}