forked from mirrors_public/oddlama_nix-config
feat: enable cross VLAN mdns
This commit is contained in:
parent
5954cc30fc
commit
7c61ac80fa
7 changed files with 117 additions and 0 deletions
|
@ -23,6 +23,8 @@ _inputs: [
|
|||
firezone-server-web = prev.callPackage ./firezone-server-web/package.nix { };
|
||||
firezone-server-api = prev.callPackage ./firezone-server-api/package.nix { };
|
||||
|
||||
mdns-repeater = prev.callPackage ./mdns-repeater.nix { };
|
||||
|
||||
formats = prev.formats // {
|
||||
ron = import ./ron.nix { inherit (prev) lib pkgs; };
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue