diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2019-04-19 11:50:18 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2019-04-19 11:50:18 +0200 |
commit | bcd108fe7b2074722f7d6044e6b99297157e612b (patch) | |
tree | 2542978f7c511c41d0e85975482325719591e029 /nixops | |
parent | 0aae0181fd46ca043eef4195e34b4c4bba20349e (diff) | |
download | Nix-bcd108fe7b2074722f7d6044e6b99297157e612b.tar.gz Nix-bcd108fe7b2074722f7d6044e6b99297157e612b.tar.zst Nix-bcd108fe7b2074722f7d6044e6b99297157e612b.zip |
Move password store to neutral name
Diffstat (limited to 'nixops')
-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 |