diff options
author | Ismaël Bouya <ismael.bouya@fretlink.com> | 2018-10-20 17:33:21 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@fretlink.com> | 2018-10-20 17:38:47 +0200 |
commit | 2bd9034d5b566a425694502d7b00455b69a08865 (patch) | |
tree | 2e1e3f1ebcb2bf276cf961636ed823c3145d5805 | |
parent | f414bdd599a6877fc0f97872cb36a7c8b0c89a0d (diff) | |
download | dotdrop-2bd9034d5b566a425694502d7b00455b69a08865.tar.gz dotdrop-2bd9034d5b566a425694502d7b00455b69a08865.tar.zst dotdrop-2bd9034d5b566a425694502d7b00455b69a08865.zip |
Add environment file to password store
-rw-r--r-- | config.yaml | 9 | ||||
m--------- | dotfiles/password_store | 0 |
2 files changed, 8 insertions, 1 deletions
diff --git a/config.yaml b/config.yaml index 3f4fcb0..1c17123 100644 --- a/config.yaml +++ b/config.yaml | |||
@@ -1,6 +1,5 @@ | |||
1 | _comments: | 1 | _comments: |
2 | _need_help: Go see https://github.com/deadc0de6/dotdrop#config | 2 | _need_help: Go see https://github.com/deadc0de6/dotdrop#config |
3 | _todo4: password store | ||
4 | actions: | 3 | actions: |
5 | post: | 4 | post: |
6 | make_exec: chmod a+x {0} | 5 | make_exec: chmod a+x {0} |
@@ -34,6 +33,11 @@ dotfiles: | |||
34 | - make_pm2_dirs | 33 | - make_pm2_dirs |
35 | dst: ~/.config | 34 | dst: ~/.config |
36 | src: fretlink/config_files | 35 | src: fretlink/config_files |
36 | fretlink_environment_file: | ||
37 | dst: ~/workdir/environment | ||
38 | src: password_store/Travail/Fretlink/Environment.gpg | ||
39 | trans: | ||
40 | - gpg | ||
37 | fretlink_workdir_files: | 41 | fretlink_workdir_files: |
38 | actions: | 42 | actions: |
39 | - make_exec ~/workdir/start | 43 | - make_exec ~/workdir/start |
@@ -116,6 +120,7 @@ profiles: | |||
116 | - remind_0_service | 120 | - remind_0_service |
117 | - remind_work | 121 | - remind_work |
118 | - fretlink_config_files | 122 | - fretlink_config_files |
123 | - fretlink_environment_file | ||
119 | - fretlink_workdir_files | 124 | - fretlink_workdir_files |
120 | include: | 125 | include: |
121 | - _prog_haskell | 126 | - _prog_haskell |
@@ -163,6 +168,8 @@ profiles: | |||
163 | init: | 168 | init: |
164 | dotfiles: | 169 | dotfiles: |
165 | - pam_environment | 170 | - pam_environment |
171 | trans: | ||
172 | gpg: gpg2 -q --for-your-eyes-only --no-tty -d {0} > {1} | ||
166 | variables: | 173 | variables: |
167 | features: | 174 | features: |
168 | flony: | 175 | flony: |
diff --git a/dotfiles/password_store b/dotfiles/password_store | |||
Subproject 08d8c4c5205c47b867c27da2d203337851d5290 | Subproject 87c98fd57f606f4f886bd85b3cd705dafff1d3e | ||