aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Bantyev2022-05-09 10:03:27 +0300
committerGitHub2022-05-09 10:03:27 +0300
commit690f698b18345d894784752b5fa93b9b8f3cc29f (patch)
tree13ef826e811bc78182923c43ba54d7b0bf7663f0
parent83e0c78291cd08cb827ba0d553ad9158ae5a95c3 (diff)
parent0868184b0376deb761a97702e6e41845ce224422 (diff)
Merge pull request #157 from Atry/patch-1
Fix a typo
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7f5b748..c06bd49 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@ Using this method all profiles specified in the given `<flake>` will be deployed
Optionally the flake can be constrained to deploy just a single node (`my-flake#my-node`) or a profile (`my-flake#my-node.my-profile`).
-If your profile or node name has a . in it, simply wrap it in quotes, and the flake path in quotes (to avoid shell escaping), for example 'my-flake."myserver.com".system'.
+If your profile or node name has a . in it, simply wrap it in quotes, and the flake path in quotes (to avoid shell escaping), for example 'my-flake#"myserver.com".system'.
Any "extra" arguments will be passed into the Nix calls, so for instance to deploy an impure profile, you may use `deploy . -- --impure` (note the explicit flake path is necessary for doing this).