From b11aea0741406aecca4d615d503130681c19dd69 Mon Sep 17 00:00:00 2001 From: TheArcaneBrony Date: Mon, 27 Feb 2023 09:26:17 +0100 Subject: Add network adapter to discordbots Signed-off-by: TheArcaneBrony --- host/Rory-discordbots/configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'host') diff --git a/host/Rory-discordbots/configuration.nix b/host/Rory-discordbots/configuration.nix index 3eff333..36e7a1f 100755 --- a/host/Rory-discordbots/configuration.nix +++ b/host/Rory-discordbots/configuration.nix @@ -17,6 +17,10 @@ address = "192.168.1.50"; prefixLength = 24; } ]; + interfaces.ens19.ipv4.addresses = [ { + address = "10.10.10.50"; + prefixLength = 16; + } ]; }; system.stateVersion = "22.11"; # DO NOT EDIT! -- cgit 1.4.1