Skip to content
Snippets Groups Projects
Commit fefeed95 authored by Florian Sesser's avatar Florian Sesser
Browse files

Merge remote-tracking branch 'whetstone/develop' into upgrade-nixos-to-23.05

parents 801f8bf8 9630b451
No related branches found
No related tags found
2 merge requests!442Merge develop into production,!423Upgrade to nixos-23.05
Pipeline #5525 passed
......@@ -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 = (./. + "/${name}-hardware.nix");
in {
imports = [
# Get some of the very lowest-level system configuration for this
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment