diff options
Diffstat (limited to 'nixops/scripts/setup')
-rwxr-xr-x | nixops/scripts/setup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nixops/scripts/setup b/nixops/scripts/setup index 3815535..cbe7d65 100755 --- a/nixops/scripts/setup +++ b/nixops/scripts/setup | |||
@@ -1,6 +1,6 @@ | |||
1 | #!/bin/bash | 1 | #!/bin/bash |
2 | 2 | ||
3 | RemoteRepo="gitolite@git.immae.eu:perso/Immae/Prive/Password_store/Mes_Sites/Paul" | 3 | RemoteRepo="gitolite@git.immae.eu:perso/Immae/Prive/Password_store/Sites" |
4 | DeploymentUuid="cef694f3-081d-11e9-b31f-0242ec186adf" | 4 | DeploymentUuid="cef694f3-081d-11e9-b31f-0242ec186adf" |
5 | 5 | ||
6 | if ! which nix 2>/dev/null >/dev/null; then | 6 | if ! which nix 2>/dev/null >/dev/null; then |