From bfc17ceec5b8bd1aa3d9b34df93b74bfe51e6731 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone <exarkun@twistedmatrix.com> Date: Thu, 24 Jun 2021 15:26:07 -0400 Subject: [PATCH] Follow the option renaming See, it makes more sense. --- nixos/modules/tests/private-storage.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/tests/private-storage.nix b/nixos/modules/tests/private-storage.nix index cbf4c593..353abc89 100644 --- a/nixos/modules/tests/private-storage.nix +++ b/nixos/modules/tests/private-storage.nix @@ -115,7 +115,7 @@ in { ]; services.private-storage = { enable = true; - publicIPv4 = "storage"; + publicAddress = "storage"; introducerFURL = introducerFURL; issuerRootURL = issuerURL; inherit ristrettoSigningKeyPath; -- GitLab