feat(wpcarro/ava): Support new machine
ava is my new (NixOS!) work machine :) Change-Id: I1f089f00c02519d5d1d93d011f29075d53500e74 Reviewed-on: https://cl.tvl.fyi/c/depot/+/5450 Reviewed-by: wpcarro <wpcarro@gmail.com> Reviewed-by: tazjin <tazjin@tvl.su> Autosubmit: wpcarro <wpcarro@gmail.com> Tested-by: BuildkiteCI
This commit is contained in:
parent
a37584a562
commit
d843f0bf4c
5 changed files with 186 additions and 1 deletions
|
|
@ -5,6 +5,8 @@ let
|
|||
systemFor = sys: (depot.ops.nixos.nixosFor sys).system;
|
||||
in
|
||||
{
|
||||
avaSystem = systemFor depot.users.wpcarro.nixos.ava;
|
||||
|
||||
marcusSystem = systemFor depot.users.wpcarro.nixos.marcus;
|
||||
|
||||
# Apply terraform updates and rebuild NixOS for diogenes.
|
||||
|
|
@ -44,5 +46,8 @@ in
|
|||
ssh $target '${diogenes.osPath}/bin/switch-to-configuration switch'
|
||||
'';
|
||||
|
||||
meta.ci.targets = [ "marcusSystem" ];
|
||||
meta.ci.targets = [
|
||||
"avaSystem"
|
||||
"marcusSystem"
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue