mirror of
https://github.com/lightly-toasted/nix-config.git
synced 2025-12-10 03:49:44 +00:00
feat: add deploy scripts
This commit is contained in:
parent
ac228ac385
commit
1939b8ec48
5 changed files with 19 additions and 14 deletions
4
bin/deploy-vps
Executable file
4
bin/deploy-vps
Executable file
|
|
@ -0,0 +1,4 @@
|
|||
#!/usr/bin/env bash
|
||||
# vim: ft=sh
|
||||
|
||||
nixos-rebuild switch --flake .#vps --target-host root@vps
|
||||
Loading…
Add table
Add a link
Reference in a new issue