haccfiles/modules/default.nix
stuebinm 35e2e6529d
keytracker: fix a lot of things
Apparently, keytracker expects a toml file as config that may or may not be
an instance of an entirely different specification of the spec than the one
python understands.
2021-03-25 00:23:32 +01:00

10 lines
131 B
Nix

{ ... }:
let
sources = import ../nix/sources.nix;
in {
imports = [
./nftnat
./decklink.nix
./keytracker.nix
];
}