⬆️ update private parts
This commit is contained in:
parent
5cccd77dad
commit
225401e4c2
2 changed files with 10 additions and 4 deletions
|
@ -976,11 +976,11 @@
|
|||
"treefmt-nix": "treefmt-nix_3"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1726350656,
|
||||
"narHash": "sha256-mdjvgRc1kfbQ1Z7Nscf6bOBK7LvIMI7sWGx78uqmuNs=",
|
||||
"lastModified": 1727519047,
|
||||
"narHash": "sha256-1rf4EJRXPxvaWorZuc2AH5h29dzK7XWMNRKt+OM7uj8=",
|
||||
"ref": "main",
|
||||
"rev": "5f550dbeaca257ab021315bba36cabd29120d20f",
|
||||
"revCount": 78,
|
||||
"rev": "24639d955322eac0efc8a2418c4dd9aa181f8c91",
|
||||
"revCount": 79,
|
||||
"type": "git",
|
||||
"url": "ssh://forgejo@git.ingolf-wagner.de/palo/nixos-private-parts.git"
|
||||
},
|
||||
|
|
|
@ -66,11 +66,17 @@
|
|||
"terranix"
|
||||
"my_github"
|
||||
"logseq"
|
||||
#"trello" # todo make it work
|
||||
];
|
||||
log_level = "INFO";
|
||||
static_fields = [ "priority" ];
|
||||
merge_annotations = false;
|
||||
};
|
||||
trello = {
|
||||
service = "trello";
|
||||
token = "@oracle:eval:${pkgs.pass}/bin/pass show bugwarrior/trello/token";
|
||||
add_tags = "bugwarrior_pull,trello";
|
||||
};
|
||||
logseq = {
|
||||
service = "logseq";
|
||||
add_tags = "bugwarrior_pull,logseq";
|
||||
|
|
Loading…
Reference in a new issue