From a7c7591ced8ee784fe288ddc9fb96429a4960e83 Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Mon, 6 May 2024 14:05:14 -0500 Subject: [PATCH] Add virtual IP for rgw --- hosts/myself/default.nix | 3 +++ 1 file changed, 3 insertions(+) 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 = {