README.md: add note on the up command

This commit is contained in:
Timothy DeHerrera 2021-01-11 17:32:58 -07:00
parent 620849bcf0
commit 253f175f55
No known key found for this signature in database
GPG Key ID: 8985725DB5B0C122
1 changed files with 9 additions and 0 deletions

View File

@ -122,6 +122,15 @@ flk install yourConfig # deploys hosts/yourConfig.nix
flk yourConfig switch
```
### Note on `flk up`:
While the `up` sub-command is provided as a convenience to quickly set up and
install a "fresh" NixOS system on current hardware, committing these files is
discouraged.
They are placed in the git staging area automatically because they would be
invisible to the flake otherwise, but it is best to move what you need from
them directly into your hosts file and commit that instead.
## Build an ISO
You can make an ISO and customize it by modifying the [niximg](./hosts/niximg.nix)