housekeeping

This commit is contained in:
2026-05-18 17:45:53 -05:00
parent eb26931937
commit c2a8db47a3
2 changed files with 7 additions and 16 deletions
+2 -2
View File
@@ -69,11 +69,11 @@ function help_and_exit() {
echo " -n <target_hostname> specify target_hostname of the target host to deploy the nixos config on."
echo " -d <target_destination> specify ip or domain to the target host."
echo " -a <target_administrator> specify the name of the user that will act as the system administrator"
echo " (in my configurations this is 'sysAdmin')"
echo " (in my configurations this is 'roy')"
echo
echo "OPTIONS:"
echo " -u <target_user> specify target_user with sudo access. nix-config will be cloned to their home."
echo " Default=root."
echo " Default=root. (in my config this is 'roy')"
echo " --port <ssh_port> specify the ssh port to use for remote access. Default=${ssh_port}."
echo " --debug Enable debug mode."
echo " -h | --help Print this help."