> What is the proper way to suspend a nixos-rebuild? I've done this in the past: `pkill -STOP -u nixbuild1` to stop and `pkill -CONT -u nixbuild1,` to resume the builders. Not sure if there's an easier way though.