diff --git a/config/network.nix b/config/network.nix index 96d1c50..0bad294 100644 --- a/config/network.nix +++ b/config/network.nix @@ -39,6 +39,14 @@ rec { portOffset = 10000; }; }; + "tuserver" = { + type = "local"; + ip = "192.168.2.102"; + reservation = { + hw_address = "00:23:24:f9:43:e6"; + hostname = "tuserver"; + }; + }; }; dhcp = {