screen capture no longer working
This commit is contained in:
@@ -44,6 +44,8 @@ build_remote () {
|
||||
|
||||
rsync -r -v $HOME/work/config/* $host:my-nixos-config --exclude=.git --exclude=gitignore
|
||||
|
||||
return 0;
|
||||
|
||||
out_path=$(ssh $host nix build "\$HOME/my-nixos-config#nixosConfigurations.$host.config.system.build.toplevel" --impure --no-link --print-out-paths -v -L "${args_to_pass[@]}")
|
||||
|
||||
if [[ "$out_path" == "" ]]
|
||||
@@ -128,7 +130,4 @@ then
|
||||
else
|
||||
echo "rebuild from local (~/work/config/)"
|
||||
build_from_local && do_switch
|
||||
fi
|
||||
|
||||
|
||||
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user