use wifi dummy

This commit is contained in:
2025-09-09 09:04:13 -05:00
parent bd1cfad6f9
commit 65f7cad037
3 changed files with 6 additions and 11 deletions

View File

@@ -85,7 +85,7 @@
nat = {
enable = true;
internalInterfaces = [ "ve-+" ];
externalInterface = "enp6s0";
externalInterface = "wlp7s0";
};
};

View File

@@ -6,7 +6,7 @@
./traefik
./nginx
./jellyfin
#./pihole
./pihole
./nextcloud
./ntfy
./homeassistant

View File

@@ -101,8 +101,6 @@
management = {
enable = true;
#package = pkgs-us.netbird;
enableNginx = true;
disableAnonymousMetrics = true;
@@ -232,14 +230,11 @@
'';
};
networking = {
hosts."192.168.100.11" = [ "blunkall.us" "*.blunkall.us" ];
firewall = {
networking.firewall = {
allowedTCPPorts = [ 80 ];
allowedUDPPorts = [ 3478 ];
allowedUDPPortRanges = [{ from = 51100; to = 56100; }];
};
};
system.stateVersion = "25.05";
};