diff options
author | Vincent Ambo <tazjin@tvl.su> | 2024-08-25T10·11+0300 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2024-08-25T11·29+0000 |
commit | a77b1d176bc5cf2c78f7c8c1bfef8f0bcfb6d354 (patch) | |
tree | f05bacc33f7bc784b5fd09a33a6ec3798869db01 | |
parent | 6167e63e074979b3123202040fab421dfb269a22 (diff) |
chore(ops/machines): add nixery & cache machines to system list r/8582
Change-Id: I40a4e7b9b993b2af57b03da1036ddeca2a0d298a Reviewed-on: https://cl.tvl.fyi/c/depot/+/12343 Reviewed-by: mrflos <mrflos@yeswiki.pro> Tested-by: BuildkiteCI Autosubmit: tazjin <tazjin@tvl.su>
-rw-r--r-- | ops/machines/all-systems.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ops/machines/all-systems.nix b/ops/machines/all-systems.nix index c4382fbddb2a..5df09fa0bd30 100644 --- a/ops/machines/all-systems.nix +++ b/ops/machines/all-systems.nix @@ -3,6 +3,8 @@ (with depot.ops.machines; [ sanduny whitby + nixery-01 + volgasprint-cache ]) ++ (with depot.users.tazjin.nixos; [ |