You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
wirenix/peer-config-generator.nix

9 lines
160 B
Nix

{config, lib, ...}:
let
has-rekey = config ? rekey;
infoRemapper = import ./peer-info-remapper.nix {inherit lib;} config.modules.wirenix.config;
in
{
}