fix systemrebuild on add services

This commit is contained in:
m3tam3re 2025-04-10 14:43:19 +02:00
parent 40d32b7133
commit 412bc59408

View File

@ -268,7 +268,7 @@ if [[ $REPLY =~ ^[Yy]$ ]]; then
install_deploy_rs
echo
echo "To apply the changes, run:"
echo "sudo nixos-rebuild switch"
echo "deploy server"
echo
echo "If you encounter any issues, your backup is available in $backup_dir"
else