feat (home/taskwarrior): taskd config
This commit is contained in:
parent
0749ceccea
commit
cebab715b2
1 changed files with 7 additions and 0 deletions
|
|
@ -39,6 +39,13 @@
|
||||||
dataLocation = "${config.home.homeDirectory}/.local/share/task";
|
dataLocation = "${config.home.homeDirectory}/.local/share/task";
|
||||||
colorTheme = "light-256";
|
colorTheme = "light-256";
|
||||||
config.editor = "hx";
|
config.editor = "hx";
|
||||||
|
config.taskd = {
|
||||||
|
server = "henri-saudubray.fr:53589";
|
||||||
|
certificate = "/home/hms/.task/keys/public.cert";
|
||||||
|
key = "/home/hms/.task/keys/private.key";
|
||||||
|
ca = "/home/hms/.task/keys/ca.cert";
|
||||||
|
credentials = "personal/hms/2f8f33f0-a0b3-4f61-aba7-4d2b8c9cfbc7";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.jujutsu = {
|
programs.jujutsu = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue