This commit is contained in:
Kopatz
2025-06-02 19:56:36 +02:00
parent 3bf278cef4
commit f367e907af
2 changed files with 4 additions and 2 deletions

View File

@@ -1,4 +1,6 @@
{ pkgs, ... }: {
services.resolved.enable = true;
programs.openvpn3.enable = true;
#mdns resolves to ipv6 address idk why
#networking.firewall.allowedUDPPorts = [ 5353 ];
}