hurrrrrrrrrrrrrr
This commit is contained in:
@@ -30,6 +30,7 @@
|
||||
../support/ntfs.nix
|
||||
../tmpfs.nix
|
||||
../virt-manager.nix
|
||||
../static-ip.nix
|
||||
../wireshark.nix
|
||||
#../fh/forensik.nix
|
||||
#../graphical/hyprland.nix
|
||||
|
||||
@@ -4,5 +4,6 @@ let
|
||||
in
|
||||
{
|
||||
networking.firewall.enable = true;
|
||||
networking.firewall.allowedUDPPorts = [ 5000 ];
|
||||
networking.firewall.allowedUDPPortRanges = allowedUDPPortRanges;
|
||||
}
|
||||
|
||||
@@ -8,10 +8,6 @@ in
|
||||
networking = {
|
||||
defaultGateway = "192.168.0.1";
|
||||
useDHCP = false;
|
||||
firewall = {
|
||||
enable = true;
|
||||
allowedUDPPorts = [ 5000 ];
|
||||
};
|
||||
nameservers = [
|
||||
dns
|
||||
"1.1.1.1"
|
||||
|
||||
Reference in New Issue
Block a user