2
0
Fork 1
mirror of https://github.com/elitak/nixos-infect synced 2025-03-14 13:46:59 +00:00

Fixed minor nitpicks

This commit is contained in:
Tomás Casagrande 2025-02-07 16:41:34 -03:00 committed by GitHub
parent 9a92789550
commit 0af84d0acb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,7 +4,7 @@ NixOS-Infect is a tool designed to automate the installation of [NixOS](https://
## Overview
It allows DevOps to seamlessly migrate Linux systems to NixOS, empowering teams to leverage its declarative configuration model and package management.
It allows DevOps to seamlessly migrate Linux systems to NixOS.
## Usage Guide
@ -28,8 +28,7 @@ runcmd:
```
## Important Notes
- Execution Halts on Errors: Any errors will stop the process to prevent further inconsistencies.
- Debug Mode: Use the bash -x option to enable verbose output for debugging.
- Ensure network connectivity and proper access permissions before running the script.
- Debug Mode: Use the `bash -x` option to enable verbose output for debugging.
Acknowledgements