about summary refs log tree commit diff
path: root/ops/nixos.nix
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@tvl.su>2024-08-24T12·35+0300
committertazjin <tazjin@tvl.su>2024-08-25T09·38+0000
commitd504f668e0f9938d053cef51df34d6ffe55ac87a (patch)
tree6a03faac642e5255d8d3998db87bb4e19da930d0 /ops/nixos.nix
parent6dff303c5ffc37cf0196a13b7e9a6234a8b3ab3d (diff)
feat(ops/machines): add temporary VolgaSprint cache machine r/8580
Change-Id: I5b5bb98f591e7bf3b1f16673f7f670b758444066
Reviewed-on: https://cl.tvl.fyi/c/depot/+/12327
Reviewed-by: mrflos <mrflos@yeswiki.pro>
Tested-by: BuildkiteCI
Diffstat (limited to 'ops/nixos.nix')
-rw-r--r--ops/nixos.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/ops/nixos.nix b/ops/nixos.nix
index 1442d89b30c1..c0410046c626 100644
--- a/ops/nixos.nix
+++ b/ops/nixos.nix
@@ -63,5 +63,6 @@ in rec {
   whitbySystem = (nixosFor depot.ops.machines.whitby).system;
   sandunySystem = (nixosFor depot.ops.machines.sanduny).system;
   nixeryDev01System = (nixosFor depot.ops.machines.nixery-01).system;
+  volgaSprintCacheSystem = (nixosFor depot.ops.machines.volgasprint-cache).system;
   meta.ci.targets = [ "sandunySystem" "whitbySystem" "nixeryDev01System" ];
 }