diff --git a/morph/grid.nix b/morph/grid.nix index f3bd9ed01cf35cce905b3909df63379bcd40ae0e..8a34f8ee623f6378ed89e94bf557f089568c2412 100644 --- a/morph/grid.nix +++ b/morph/grid.nix @@ -32,7 +32,7 @@ in # # The names must be unique! - "staging000" = import ./staging000.nix { + "testing000" = import ./testing000.nix { publicIPv4 = "3.123.26.90"; # Pass along some of the Tahoe-LAFS configuration. If we have much more # configuration than this we may want to keep it bundled up in one value diff --git a/morph/staging000-hardware.nix b/morph/testing000-hardware.nix similarity index 100% rename from morph/staging000-hardware.nix rename to morph/testing000-hardware.nix diff --git a/morph/staging000.nix b/morph/testing000.nix similarity index 87% rename from morph/staging000.nix rename to morph/testing000.nix index 592c124b9bdee754dc515f6a15e8c1cb6bcc971b..3a5bd414ce7a2dbe8ed9ae751a34203affbaadd3 100644 --- a/morph/staging000.nix +++ b/morph/testing000.nix @@ -1,6 +1,6 @@ { publicIPv4, publicStoragePort }: { imports = [ - ./staging000-hardware.nix + ./testing000-hardware.nix ../nixos/modules/private-storage.nix ];