diff --git a/hosts/myself/default.nix b/hosts/myself/default.nix index f4acb5c..bf31c63 100644 --- a/hosts/myself/default.nix +++ b/hosts/myself/default.nix @@ -33,6 +33,9 @@ ipv4.addresses = [ { address = "10.42.1.6"; prefixLength = 16; + } { + address = "10.42.100.1"; + prefixLength = 16; } ]; }; interfaces.enp39s0 = {