End the suffering of Intuos and unstatic its IP

This commit is contained in:
Bun 2025-05-06 00:59:18 -04:00
parent d461c370ce
commit 532a1e280f
3 changed files with 0 additions and 15 deletions

View file

@ -5,7 +5,6 @@
./disko ./disko
./filesystems ./filesystems
./hardware ./hardware
./network
./user ./user
../../modules/system ../../modules/system
]; ];

View file

@ -1,13 +0,0 @@
{ ... }:
{
networking = {
interfaces."wlp1s0".ipv4.addresses = [{
address = "10.2.0.101";
prefixLength = 8;
}];
defaultGateway = {
address = "10.1.0.1";
interface = "wlp1s0";
};
};
}

View file

@ -26,7 +26,6 @@
type nat hook prerouting priority dstnat; policy accept; type nat hook prerouting priority dstnat; policy accept;
tcp dport 2211 dnat ip to 11.0.0.100:22 comment "Tower SSH" tcp dport 2211 dnat ip to 11.0.0.100:22 comment "Tower SSH"
tcp dport 2222 dnat ip to 11.0.0.2:22 comment "Kitty SSH" tcp dport 2222 dnat ip to 11.0.0.2:22 comment "Kitty SSH"
tcp dport 2233 dnat ip to 10.2.0.101:22 comment "Intuos SSH"
udp dport { 27005, 27015 } dnat ip to 11.0.0.100 comment "PC Hosted Games" udp dport { 27005, 27015 } dnat ip to 11.0.0.100 comment "PC Hosted Games"