1
0
forked from clan/democlan
democlan/.justfile
2024-02-14 13:53:42 +01:00

18 lines
593 B
Makefile

alias s:=syncthing
alias m:=moonlight
alias l:=localsend
syncthing:
nix develop --command clan vms run syncthing-introducer & disown
nix develop --command clan vms run syncthing-peer1 & disown
nix develop --command clan vms run syncthing-peer2 & disown
moonlight:
nix develop --command clan vms run moonlight-peer1 & disown
nix develop --command clan vms run moonlight-peer2 & disown
nix develop --command clan vms run moonlight-peer3 & disown
localsend:
nix develop --command clan vms run localsend-wayland1 & disown
nix develop --command clan vms run localsend-wayland2 & disown