From 62f5b430569d8a52f1b136f4b858e380dd1c8da5 Mon Sep 17 00:00:00 2001 From: yushyin Date: Mon, 14 Dec 2020 03:12:36 +0100 Subject: add work config --- config.toml | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'config.toml') 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}"' -- cgit v1.2.3-24-g4f1b