hurrrrrrrrrrrrrr

This commit is contained in:
Kopatz
2024-04-03 20:30:00 +02:00
parent 53ed41b86d
commit 2c118ecad3
6 changed files with 10 additions and 4 deletions

View File

@@ -30,6 +30,7 @@
../support/ntfs.nix
../tmpfs.nix
../virt-manager.nix
../static-ip.nix
../wireshark.nix
#../fh/forensik.nix
#../graphical/hyprland.nix

View File

@@ -4,5 +4,6 @@ let
in
{
networking.firewall.enable = true;
networking.firewall.allowedUDPPorts = [ 5000 ];
networking.firewall.allowedUDPPortRanges = allowedUDPPortRanges;
}

View File

@@ -8,10 +8,6 @@ in
networking = {
defaultGateway = "192.168.0.1";
useDHCP = false;
firewall = {
enable = true;
allowedUDPPorts = [ 5000 ];
};
nameservers = [
dns
"1.1.1.1"