mirror of
https://github.com/srid/nixos-config.git
synced 2025-12-26 23:14:57 +08:00
9 lines
229 B
Makefile
9 lines
229 B
Makefile
default:
|
|
@just --list
|
|
|
|
# Remote deploy to a host
|
|
remote host='here':
|
|
nixos-rebuild switch --fast --use-remote-sudo \
|
|
--flake .#{{host}} \
|
|
--target-host $USER@{{host}} \
|
|
--build-host $USER@{{host}}
|