diff --git a/morph/grid/production/grid.nix b/morph/grid/production/grid.nix index cf77dddb4a5b33fbabef9b5eeb40e042f8dd68ff..f5914a600d14aa4dc5ab9eff54990f66880fd621 100644 --- a/morph/grid/production/grid.nix +++ b/morph/grid/production/grid.nix @@ -62,8 +62,8 @@ let defineStorageNode = name: { vpnIP, stateVersion }: let - nodecfg = import "${./.}/${name}-config.nix"; - hardware ="${./.}/${name}-hardware.nix"; + nodecfg = import (./. + "/${name}-config.nix"); + hardware = import (./. + "/${name}-hardware.nix"); in { imports = [ # Get some of the very lowest-level system configuration for this