diff options
author | notgne2 | 2020-11-10 16:29:32 -0700 |
---|---|---|
committer | GitHub | 2020-11-10 16:29:32 -0700 |
commit | 5160cbd0dae7341b64980d1361e5cb0b876b6bdd (patch) | |
tree | a997fddac1f541de741156f3ff0df1c97120256d | |
parent | 05b8e9ecf3fc0696e035a4481a34c2c0e3e551d7 (diff) |
Improve language in README regarding overriding the hostname
Co-authored-by: Christian Höppner <mkaito@users.noreply.github.com>
Diffstat (limited to '')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -52,7 +52,7 @@ This defines a single node/server, and the profiles you intend it to run. ```nix { - # The hostname of your server, don't worry, this can be overridden at runtime if needed + # The hostname of your server. Can be overridden at invocation time with a flag. hostname = "my.server.gov"; # An optional list containing the order you want profiles to be deployed. @@ -177,4 +177,4 @@ This type of design (as opposed to more traditional tools like NixOps or morph) deploy-rs is maintained and funded with ❤️ by [Serokell](https://serokell.io/). The names and logo for Serokell are trademark of Serokell OÜ. -We love open source software! See [our other projects](https://serokell.io/community?utm_source=github) or [hire us](https://serokell.io/hire-us?utm_source=github) to design, develop and grow your idea!
\ No newline at end of file +We love open source software! See [our other projects](https://serokell.io/community?utm_source=github) or [hire us](https://serokell.io/hire-us?utm_source=github) to design, develop and grow your idea! |