From 532a1e280f326a87d24083f5f222083471a97c76 Mon Sep 17 00:00:00 2001 From: Bun Date: Tue, 6 May 2025 00:59:18 -0400 Subject: [PATCH] End the suffering of Intuos and unstatic its IP --- hosts/intuos/default.nix | 1 - hosts/intuos/network/default.nix | 13 ------------- hosts/midas/network/default.nix | 1 - 3 files changed, 15 deletions(-) delete mode 100644 hosts/intuos/network/default.nix diff --git a/hosts/intuos/default.nix b/hosts/intuos/default.nix index 6efb8007..ceea57fa 100644 --- a/hosts/intuos/default.nix +++ b/hosts/intuos/default.nix @@ -5,7 +5,6 @@ ./disko ./filesystems ./hardware - ./network ./user ../../modules/system ]; diff --git a/hosts/intuos/network/default.nix b/hosts/intuos/network/default.nix deleted file mode 100644 index 59f498e6..00000000 --- a/hosts/intuos/network/default.nix +++ /dev/null @@ -1,13 +0,0 @@ -{ ... }: -{ - networking = { - interfaces."wlp1s0".ipv4.addresses = [{ - address = "10.2.0.101"; - prefixLength = 8; - }]; - defaultGateway = { - address = "10.1.0.1"; - interface = "wlp1s0"; - }; - }; -} diff --git a/hosts/midas/network/default.nix b/hosts/midas/network/default.nix index 01dcd02b..17b47f4f 100644 --- a/hosts/midas/network/default.nix +++ b/hosts/midas/network/default.nix @@ -26,7 +26,6 @@ type nat hook prerouting priority dstnat; policy accept; 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 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"