summaryrefslogtreecommitdiffstats
path: root/config.toml
diff options
context:
space:
mode:
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}"'