diff --git a/configurations/host/Old-materusPC/network.nix b/configurations/host/Old-materusPC/network.nix index 420fe43..2b71748 100644 --- a/configurations/host/Old-materusPC/network.nix +++ b/configurations/host/Old-materusPC/network.nix @@ -42,7 +42,7 @@ persistent-keepalive = "20"; }; ipv4 = { - address1 = "${materusArg.ips.wireguard.Old-materusPC}/23"; + address1 = "${materusArg.ips.wireguard.Old-materusPC}/32"; dns = "${materusArg.ips.wireguard.valkyrie};"; method = "manual"; never-default = "true"; diff --git a/configurations/host/materusPC/network.nix b/configurations/host/materusPC/network.nix index 21c0413..274d33c 100644 --- a/configurations/host/materusPC/network.nix +++ b/configurations/host/materusPC/network.nix @@ -26,7 +26,7 @@ networking.firewall.allowedTCPPorts = [ 24800 5900 5357 4656 8080 9943 9944 22000 config.services.syncthing.relay.statusPort config.services.syncthing.relay.port # Syncthing - 26656 8100 # Minecraft + BlueMap + 25565 8100 # Minecraft + BlueMap ]; networking.firewall.allowedUDPPorts = [ (lib.strings.toInt materusArg.wireguard.port) 24800 5900 3702 4656 6000 9943 9944 @@ -60,7 +60,7 @@ persistent-keepalive = "20"; }; ipv4 = { - address1 = "${materusArg.ips.wireguard.materusPC}/23"; + address1 = "${materusArg.ips.wireguard.materusPC}/32"; dns = "${materusArg.ips.wireguard.valkyrie};"; method = "manual"; never-default = "true"; diff --git a/configurations/host/valkyrie/secrets/private/default.nix b/configurations/host/valkyrie/secrets/private/default.nix index 7fa9535..91e0ad9 100644 Binary files a/configurations/host/valkyrie/secrets/private/default.nix and b/configurations/host/valkyrie/secrets/private/default.nix differ diff --git a/configurations/profile/common/private/default.nix b/configurations/profile/common/private/default.nix index c47d709..1e6205f 100644 Binary files a/configurations/profile/common/private/default.nix and b/configurations/profile/common/private/default.nix differ