Skip to content

Commit

Permalink
chore: remove sbc's just commands
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan4yin committed Aug 16, 2024
1 parent 4def213 commit df1f9b0
Showing 1 changed file with 0 additions and 58 deletions.
58 changes: 0 additions & 58 deletions Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -319,64 +319,6 @@ k3s-prod:
k3s-test:
colmena apply --on '@k3s-test-*' --verbose --show-trace

############################################################################
#
# RISC-V related commands
#
############################################################################

[linux]
[group('homelab')]
riscv:
colmena apply --on '@riscv' --verbose --show-trace

[linux]
[group('homelab')]
nozomi:
colmena apply --on '@nozomi' --verbose --show-trace

[linux]
[group('homelab')]
yukina:
colmena apply --on '@yukina' --verbose --show-trace

############################################################################
#
# Aarch64 related commands
#
############################################################################

[linux]
[group('homelab')]
rakushun:
colmena apply --on '@rakushun' --build-on-target --verbose --show-trace

[linux]
[group('homelab')]
rakushun-local mode="default":
#!/usr/bin/env nu
use {{utils_nu}} *;
nixos-switch rakushun {{mode}}

[linux]
[group('homelab')]
suzu-set-proxy:
ip route del default via 192.168.5.1
ip route add default via 192.168.5.178

[linux]
[group('homelab')]
suzu-unset-proxy:
ip route del default via 192.168.5.178
ip route add default via 192.168.5.1

[linux]
[group('homelab')]
suzu-local mode="default":
#!/usr/bin/env nu
use {{utils_nu}} *;
nixos-switch suzu {{mode}}

############################################################################
#
# Neovim related commands
Expand Down

0 comments on commit df1f9b0

Please sign in to comment.