From cd79b1e60a6dab2cf98dff4412881867f5553205 Mon Sep 17 00:00:00 2001 From: Jake Hillion Date: Mon, 13 Nov 2023 10:40:46 +0000 Subject: [PATCH] tywin: increase storj allocation to 1250GB --- hosts/tywin.storage.ts.hillion.co.uk/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/tywin.storage.ts.hillion.co.uk/default.nix b/hosts/tywin.storage.ts.hillion.co.uk/default.nix index 7f2848c..2fb313d 100644 --- a/hosts/tywin.storage.ts.hillion.co.uk/default.nix +++ b/hosts/tywin.storage.ts.hillion.co.uk/default.nix @@ -221,7 +221,7 @@ externalAddress = "d${toString index}.tywin.storj.hillion.co.uk:${toString (28967 + index)}"; consoleAddress = "100.115.31.91:${toString (14002 + index)}"; - storage = "1000GB"; + storage = "1250GB"; }; }; instances = builtins.genList (x: x) 4; -- 2.46.0