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

Also use release2105 for all hosts in testing and prod

parent a8690024
Branches
Tags
3 merge requests!140Merge staging into production,!122Merge develop into staging,!121Upgrade all hosts to release2105 NixOS
Pipeline #842 passed
......@@ -108,6 +108,7 @@ let
in {
network = {
description = "PrivateStorage.io Production Grid";
pkgs = import ../../../stable2105.nix { };
};
inherit payments;
inherit monitoring;
......
......@@ -60,6 +60,7 @@ let
in {
network = {
description = "PrivateStorage.io Testing Grid";
pkgs = import ../../../stable2105.nix { };
};
inherit payments monitoring storage001;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment