mirror of
https://github.com/RGBCube/ncc
synced 2025-08-01 12:37:46 +00:00
Configure new site
This commit is contained in:
parent
12da49d348
commit
39c92a88c4
5 changed files with 25 additions and 141 deletions
|
@ -18,7 +18,7 @@ def main --wrapped [
|
|||
if $host == (hostname) or $host == "" {
|
||||
sudo sh -c $"nixos-rebuild switch ($flags | str join ' ') |& nom --json"
|
||||
} else {
|
||||
git ls-files | rsync --rsh "ssh -q" --delete --files-from - ./ cube:Configuration
|
||||
git ls-files | rsync --rsh "ssh -q" --delete --compress --files-from - ./ cube:Configuration
|
||||
|
||||
ssh -q $host $"sh -c '
|
||||
cd Configuration
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue