Skip to content
Snippets Groups Projects
Commit 1521040c authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

We're configuring "100tb" elsewhere now

parent a1fbaf99
No related branches found
No related tags found
3 merge requests!140Merge staging into production,!118Merge develop into staging,!109Regularize (somewhat) the definition of grids for Morph
Pipeline #748 passed
......@@ -42,8 +42,10 @@ let
(lib.customize-storage config sshUsers nodecfg.publicIPv4 monitoringvpnKeyDir vpnIP stateVersion)
];
# And supply configuration for those hardware / network / bootloader options.
"100tb".config = nodecfg;
# And supply configuration for those hardware / network / bootloader
# options. See the 100tb module for handling of this value. The module
# name is quoted because `1` makes `100tb` look an awful lot like
"100tb".config = nodecfg;
};
# Define all of the storage nodes for this grid.
......
......@@ -42,14 +42,6 @@ rec {
../../nixos/modules/monitoring/exporters/node.nix
];
# Pass the configuration specific to this host to the 100TB module to be
# expanded into a complete system configuration. See the 100tb module for
# handling of this value.
#
# The module name is quoted because `1` makes `100tb` look an awful lot like
# it should be a number.
# "100tb".config = cfg;
# Turn on the Private Storage (Tahoe-LAFS) service.
services.private-storage = {
# Yep. Turn it on.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment