summaryrefslogtreecommitdiffstats
path: root/config.toml
diff options
context:
space:
mode:
authoryushyin <yushyin@saga>2020-12-14 03:12:36 +0100
committeryushyin <yushyin@saga>2020-12-14 03:12:36 +0100
commit62f5b430569d8a52f1b136f4b858e380dd1c8da5 (patch)
treea4e1ec5c9c854adbeb9591b1f30eb990282d2642 /config.toml
parent22d45795e8f7c8faf612ba50a3be93e733200aab (diff)
downloaddotfiles-igor-62f5b430569d8a52f1b136f4b858e380dd1c8da5.tar.gz
dotfiles-igor-62f5b430569d8a52f1b136f4b858e380dd1c8da5.tar.xz
add work config
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/config.toml b/config.toml
index a956a20..601044e 100644
--- a/config.toml
+++ b/config.toml
@@ -10,3 +10,12 @@ packages = ['desktop-misc', 'herbstluftwm', 'mpv']
[configurations.saga]
dependencies = ['desktop']
+
+[configurations.work]
+pattern = '^inv1716\.smb'
+dependencies = ['interactive']
+
+ [[configurations.work.vaults]]
+ path = './vaults/work.gpg'
+ type = 'shell'
+ command = 'gpg --batch --yes -o "${IGOR_OUTFILE}" -d "${IGOR_VAULT}"'