From 253f175f558559a666e8790c82310671b74ff261 Mon Sep 17 00:00:00 2001 From: Timothy DeHerrera Date: Mon, 11 Jan 2021 17:32:58 -0700 Subject: [PATCH] README.md: add note on the up command --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 4ab0ed2..d92c3fa 100644 --- a/README.md +++ b/README.md @@ -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)