headscale: add binary to path

This commit is contained in:
Giulio De Pasquale 2023-07-07 02:16:40 +02:00
parent 581397ef92
commit a7c894b3c0

View File

@ -4,6 +4,8 @@ let
domain = "vipienne.giugl.io"; domain = "vipienne.giugl.io";
in in
{ {
environment.systemPackages = [ pkgs.headscale ];
architect.firewall = { architect.firewall = {
openUDP = [ config.services.tailscale.port ]; openUDP = [ config.services.tailscale.port ];
}; };