Skip to content

Commit

Permalink
Merge pull request #1525 from moduon/docs-nixop_state
Browse files Browse the repository at this point in the history
docs: mention `$NIXOPS_STATE`
  • Loading branch information
roberth committed Jul 5, 2022
2 parents 7220cbd + 9a327bb commit fc78a64
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/manual/migrating.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ database located in ``~/.nixops`` add the following snippet to your deployment:
};
}
To use a different location than ``~/.nixops``, also export the environment
variable ``$NIXOPS_STATE``. You can define that in your ``shell.nix``.

To implement a fire-and-forget strategy use this code snippet:

.. code-block:: nix
Expand Down

0 comments on commit fc78a64

Please sign in to comment.