From 2bd9034d5b566a425694502d7b00455b69a08865 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Sat, 20 Oct 2018 17:33:21 +0200 Subject: Add environment file to password store --- config.yaml | 9 ++++++++- dotfiles/password_store | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/config.yaml b/config.yaml index 3f4fcb0..1c17123 100644 --- a/config.yaml +++ b/config.yaml @@ -1,6 +1,5 @@ _comments: _need_help: Go see https://github.com/deadc0de6/dotdrop#config - _todo4: password store actions: post: make_exec: chmod a+x {0} @@ -34,6 +33,11 @@ dotfiles: - make_pm2_dirs dst: ~/.config src: fretlink/config_files + fretlink_environment_file: + dst: ~/workdir/environment + src: password_store/Travail/Fretlink/Environment.gpg + trans: + - gpg fretlink_workdir_files: actions: - make_exec ~/workdir/start @@ -116,6 +120,7 @@ profiles: - remind_0_service - remind_work - fretlink_config_files + - fretlink_environment_file - fretlink_workdir_files include: - _prog_haskell @@ -163,6 +168,8 @@ profiles: init: dotfiles: - pam_environment +trans: + gpg: gpg2 -q --for-your-eyes-only --no-tty -d {0} > {1} variables: features: flony: diff --git a/dotfiles/password_store b/dotfiles/password_store index 08d8c4c..87c98fd 160000 --- a/dotfiles/password_store +++ b/dotfiles/password_store @@ -1 +1 @@ -Subproject commit 08d8c4c5205c47b867c27da2d203337851d5290e +Subproject commit 87c98fd57f606f4f886bd85b3cd705dafff1d3ef -- cgit v1.2.3