This commit is contained in:
randogoth 2026-02-10 08:32:23 +02:00
parent 569ee67806
commit 816dd2b076

View file

@ -1,4 +1,4 @@
{ lib, ... }:
{ config, lib, ... }:
{
networking = {
@ -9,6 +9,7 @@
trustedInterfaces = [ "tailscale0" ];
allowedUDPPorts = [ config.services.tailscale.port ];
};
};
systemd.network.wait-online.enable = false;
boot.initrd.systemd.network.wait-online.enable = false;
}