11a8eea0e3
Named after the Mexican restaurant, El Tarasco, in El Porto, which I live 3m walking distance from. Change-Id: I2cd4b68eaa974ad6c8fec73e0566bc0b831c57a8 Reviewed-on: https://cl.tvl.fyi/c/depot/+/5743 Reviewed-by: wpcarro <wpcarro@gmail.com> Reviewed-by: tazjin <tazjin@tvl.su> Autosubmit: wpcarro <wpcarro@gmail.com> Tested-by: BuildkiteCI
24 lines
277 B
Nix
24 lines
277 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
|
|
]) ++
|
|
|
|
(with depot.users.wpcarro.nixos; [
|
|
ava
|
|
marcus
|
|
tarasco
|
|
])
|