7ac9b76c3c
This is my new work desktop https://en.wikipedia.org/wiki/Ogopogo Change-Id: I198d8757ff85eec00a303b990efdd2658cbc3e6a Reviewed-on: https://cl.tvl.fyi/c/depot/+/5963 Tested-by: BuildkiteCI Reviewed-by: grfn <grfn@gws.fyi>
25 lines
287 B
Nix
25 lines
287 B
Nix
{ depot, ... }:
|
|
|
|
(with depot.ops.machines; [
|
|
sanduny
|
|
whitby
|
|
]) ++
|
|
|
|
(with depot.users.tazjin.nixos; [
|
|
camden
|
|
frog
|
|
tverskoy
|
|
zamalek
|
|
]) ++
|
|
|
|
(with depot.users.grfn.system.system; [
|
|
yeren
|
|
mugwump
|
|
ogopogo
|
|
]) ++
|
|
|
|
(with depot.users.wpcarro.nixos; [
|
|
ava
|
|
marcus
|
|
tarasco
|
|
])
|