summary refs log tree commit diff
diff options
context:
space:
mode:
authorTheArcaneBrony <myrainbowdash949@gmail.com>2023-02-27 09:26:17 +0100
committerTheArcaneBrony <myrainbowdash949@gmail.com>2023-02-27 09:28:00 +0100
commitb11aea0741406aecca4d615d503130681c19dd69 (patch)
tree52afcdfac5881500a03f524445a9ea4c57c609b2
parentAdd grub timeout (diff)
downloadRory-Open-Architecture-b11aea0741406aecca4d615d503130681c19dd69.tar.xz
Add network adapter to discordbots
Signed-off-by: TheArcaneBrony <myrainbowdash949@gmail.com>
-rwxr-xr-xhost/Rory-discordbots/configuration.nix4
1 files changed, 4 insertions, 0 deletions
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!