diff options
Diffstat (limited to 'host')
-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! |