mirror of
https://github.com/lightly-toasted/nix-config.git
synced 2025-12-10 03:49:44 +00:00
4 lines
92 B
Bash
Executable file
4 lines
92 B
Bash
Executable file
#!/usr/bin/env bash
|
|
# vim: ft=sh
|
|
|
|
nixos-rebuild switch --flake .#vps --target-host root@vps
|