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

Make the node config available to other parts of the expression

parent 145d6710
Branches
Tags
1 merge request!2Testing and production grids
{ ... }: { ... }:
let
cfg = import ./staging002-config.nix;
in
{ {
imports = imports =
[ # Include the results of the hardware scan. [ # Include the results of the hardware scan.
...@@ -13,7 +16,7 @@ ...@@ -13,7 +16,7 @@
# #
# The module name is quoted because `1` makes `100tb` look an awful lot like # The module name is quoted because `1` makes `100tb` look an awful lot like
# it should be a number. # it should be a number.
"100tb".config = import ./staging002-config.nix; "100tb".config = cfg;
# This value determines the NixOS release with which your system is to be # This value determines the NixOS release with which your system is to be
# compatible, in order to avoid breaking some software such as database # compatible, in order to avoid breaking some software such as database
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment