mirror of
https://github.com/srid/nixos-config.git
synced 2025-12-26 15:04:59 +08:00
ci: Add tart VM to ci script
And use personal nodes elsewhere.
This commit is contained in:
parent
7c4baeeb45
commit
8eaad9395f
1 changed files with 7 additions and 7 deletions
|
|
@ -9,18 +9,18 @@ layout {
|
|||
pane {
|
||||
name "x86_64-linux"
|
||||
command "om"
|
||||
args "ci" "run" "--on" "ssh://nix-infra@dosa" "--no-link"
|
||||
args "ci" "run" "--on" "ssh://pureintent" "--no-link"
|
||||
}
|
||||
pane {
|
||||
name "aaarch64-darwin"
|
||||
command "om"
|
||||
args "ci" "run" "--on" "ssh://nix-infra@sambar" "--no-link"
|
||||
args "ci" "run" "--on" "ssh://infinitude" "--no-link"
|
||||
}
|
||||
pane {
|
||||
name "aarch64-linux"
|
||||
command "om"
|
||||
args "ci" "run" "--on" "ssh://infinitude-nixos" "--no-link"
|
||||
}
|
||||
// pane {
|
||||
// name "x86_64-darwin"
|
||||
// command "om"
|
||||
// args "ci" "run" "--on" "ssh://nix-infra@sambar" "--systems" "x86_64-darwin"
|
||||
// }
|
||||
}
|
||||
pane size=2 borderless=true {
|
||||
plugin location="status-bar"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue