After almost a year of full time using #nixos today was the day I realized, I don't need to `ssh` to the other computer, `git pull` and switch.
If `ssh` is there, #nix can connect to the other computer, build and deploy all from my main computer.
I was aware of nix's ability to connect and deploy to other computers, I don't know why it took me so long to realize how simple it is.
Merry Christmas 馃帀
Here's the command I'm using `nh` instead of `nixos-rebuild`:
https://github.com/woile/nix-config/blob/main/justfile#L7-L10