mirror of
https://github.com/materusPL/nixos-config
synced 2025-07-29 17:34:24 +02:00
Network update
This commit is contained in:
parent
1091489449
commit
15babc1afd
@ -42,7 +42,7 @@
|
|||||||
persistent-keepalive = "20";
|
persistent-keepalive = "20";
|
||||||
};
|
};
|
||||||
ipv4 = {
|
ipv4 = {
|
||||||
address1 = "${materusArg.ips.wireguard.Old-materusPC}/23";
|
address1 = "${materusArg.ips.wireguard.Old-materusPC}/32";
|
||||||
dns = "${materusArg.ips.wireguard.valkyrie};";
|
dns = "${materusArg.ips.wireguard.valkyrie};";
|
||||||
method = "manual";
|
method = "manual";
|
||||||
never-default = "true";
|
never-default = "true";
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
networking.firewall.allowedTCPPorts = [
|
networking.firewall.allowedTCPPorts = [
|
||||||
24800 5900 5357 4656 8080 9943 9944
|
24800 5900 5357 4656 8080 9943 9944
|
||||||
22000 config.services.syncthing.relay.statusPort config.services.syncthing.relay.port # Syncthing
|
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)
|
networking.firewall.allowedUDPPorts = [ (lib.strings.toInt materusArg.wireguard.port)
|
||||||
24800 5900 3702 4656 6000 9943 9944
|
24800 5900 3702 4656 6000 9943 9944
|
||||||
@ -60,7 +60,7 @@
|
|||||||
persistent-keepalive = "20";
|
persistent-keepalive = "20";
|
||||||
};
|
};
|
||||||
ipv4 = {
|
ipv4 = {
|
||||||
address1 = "${materusArg.ips.wireguard.materusPC}/23";
|
address1 = "${materusArg.ips.wireguard.materusPC}/32";
|
||||||
dns = "${materusArg.ips.wireguard.valkyrie};";
|
dns = "${materusArg.ips.wireguard.valkyrie};";
|
||||||
method = "manual";
|
method = "manual";
|
||||||
never-default = "true";
|
never-default = "true";
|
||||||
|
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user