diff --git a/morph/grid.nix b/morph/grid.nix index dbb374d5b4a1d1bbfeed032f9c4f77995d601789..c6de769a64ba686c5056f5d3ccf2e033c509fe67 100644 --- a/morph/grid.nix +++ b/morph/grid.nix @@ -19,6 +19,6 @@ import ./make-grid.nix { # Pass the whole grid configuration to the module and let it take what it # wants. - "staging002" = import ./staging002.nix cfg; + "storage000" = import ./storage000.nix cfg; }; } diff --git a/morph/staging002-config.nix b/morph/storage000-config.nix similarity index 100% rename from morph/staging002-config.nix rename to morph/storage000-config.nix diff --git a/morph/staging002-hardware.nix b/morph/storage000-hardware.nix similarity index 100% rename from morph/staging002-hardware.nix rename to morph/storage000-hardware.nix diff --git a/morph/staging002.nix b/morph/storage000.nix similarity index 94% rename from morph/staging002.nix rename to morph/storage000.nix index c671f23388811219df744be7804b6d406f65acdb..72105b053a672b2b18f3ae99eb31f392557e4c70 100644 --- a/morph/staging002.nix +++ b/morph/storage000.nix @@ -1,11 +1,11 @@ let - cfg = import ./staging002-config.nix; + cfg = import ./storage000-config.nix; in { publicStoragePort, ... }: { imports = [ # Include the results of the hardware scan. - ./staging002-hardware.nix + ./storage000-hardware.nix # Configure it as a system operated by 100TB. ../nixos/modules/100tb.nix # Bring in our module for configuring the Tahoe-LAFS service and other