diff options
author | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-02-27 09:26:17 +0100 |
---|---|---|
committer | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-02-27 09:28:00 +0100 |
commit | b11aea0741406aecca4d615d503130681c19dd69 (patch) | |
tree | 52afcdfac5881500a03f524445a9ea4c57c609b2 /host/Rory-discordbots/configuration.nix | |
parent | Add grub timeout (diff) | |
download | Rory-Open-Architecture-b11aea0741406aecca4d615d503130681c19dd69.tar.xz |
Add network adapter to discordbots
Signed-off-by: TheArcaneBrony <myrainbowdash949@gmail.com>
Diffstat (limited to '')
-rwxr-xr-x | host/Rory-discordbots/configuration.nix | 4 |
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! |