mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 00:57:22 +01:00
feat: improve bootstrapping toolchain
This commit is contained in:
parent
118f7a2fe8
commit
2538d7c279
3 changed files with 42 additions and 11 deletions
7
justfile
7
justfile
|
|
@ -23,5 +23,8 @@ dd DRIVE ISO:
|
|||
sync USER HOST:
|
||||
rsync -rltv --filter=':- .gitignore' -e "ssh -l {{USER}}" . {{USER}}@{{HOST}}:.dotfiles/
|
||||
|
||||
bootstrap DEST CONFIG ARCH="x86_64-linux":
|
||||
nix develop .#deploy --command zsh -c "swarsel-bootstrap -n {{CONFIG}} -d {{DEST}} -a {{ARCH}}"
|
||||
secrets USER HOST:
|
||||
rsync -rltv -e "ssh -l {{USER}}" /var/tmp/nix-import-encrypted/1000/ {{USER}}@{{HOST}}:/var/tmp/nix-import-encrypted/0
|
||||
|
||||
bootstrap DEST CONFIG ARCH="x86_64-linux" NODISKODEPS="":
|
||||
nix develop .#deploy --command zsh -c "swarsel-bootstrap {{NODISKODEPS}} -n {{CONFIG}} -d {{DEST}} -a {{ARCH}}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue