about summary refs log tree commit diff
path: root/ops/nixos.nix
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@tvl.su>2024-09-21T15·02+0300
committerclbot <clbot@tvl.fyi>2024-09-21T15·10+0000
commit0320d778d9d65b50c04fbe41244e7c8d547d4515 (patch)
tree70771b1897ead47653cf4a23aa0cb7ecc1fda57d /ops/nixos.nix
parent21e5fc024d3ad275112c5bc88476ee38966d9fe1 (diff)
chore(ops): remove volgasprint cache machine r/8705
Change-Id: I1030393d843f03af3617487fc70829fcca792839
Reviewed-on: https://cl.tvl.fyi/c/depot/+/12499
Autosubmit: tazjin <tazjin@tvl.su>
Tested-by: BuildkiteCI
Reviewed-by: aspen <root@gws.fyi>
Diffstat (limited to 'ops/nixos.nix')
-rw-r--r--ops/nixos.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/ops/nixos.nix b/ops/nixos.nix
index c0410046c626..1442d89b30c1 100644
--- a/ops/nixos.nix
+++ b/ops/nixos.nix
@@ -63,6 +63,5 @@ 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" ];
 }