use wifi dummy
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
./traefik
|
||||
./nginx
|
||||
./jellyfin
|
||||
#./pihole
|
||||
./pihole
|
||||
./nextcloud
|
||||
./ntfy
|
||||
./homeassistant
|
||||
|
||||
@@ -101,8 +101,6 @@
|
||||
management = {
|
||||
enable = true;
|
||||
|
||||
#package = pkgs-us.netbird;
|
||||
|
||||
enableNginx = true;
|
||||
|
||||
disableAnonymousMetrics = true;
|
||||
@@ -232,13 +230,10 @@
|
||||
'';
|
||||
};
|
||||
|
||||
networking = {
|
||||
hosts."192.168.100.11" = [ "blunkall.us" "*.blunkall.us" ];
|
||||
firewall = {
|
||||
allowedTCPPorts = [ 80 ];
|
||||
allowedUDPPorts = [ 3478 ];
|
||||
allowedUDPPortRanges = [{ from = 51100; to = 56100; }];
|
||||
};
|
||||
networking.firewall = {
|
||||
allowedTCPPorts = [ 80 ];
|
||||
allowedUDPPorts = [ 3478 ];
|
||||
allowedUDPPortRanges = [{ from = 51100; to = 56100; }];
|
||||
};
|
||||
|
||||
system.stateVersion = "25.05";
|
||||
|
||||
Reference in New Issue
Block a user