diff --git a/machines/cherry/configuration.nix b/machines/cherry/configuration.nix index c063fa6..15852bc 100644 --- a/machines/cherry/configuration.nix +++ b/machines/cherry/configuration.nix @@ -58,12 +58,14 @@ #components.monitor.opentelemetry.exporter.debug = "logs"; home-manager.users.mainUser.home.sessionPath = [ "$HOME/.timewarrior/scripts" ]; + # todo: move to homemanager home-manager.users.mainUser.bugwarrior.config = { general = { targets = [ "terranix" "my_github" "logseq" + "nextcloud-deck" ]; log_level = "INFO"; static_fields = [ "priority" ]; @@ -72,6 +74,12 @@ data.location=$HOME/.bugwarrior ''; }; + nextcloud-deck = { + service = "deck"; + base_uri = "https://nextcloud.ingolf-wagner.de"; + username = "palo"; + password = "@oracle:eval:${pkgs.pass}/bin/pass show bugwarrior/nextcloud-deck/palo"; + }; logseq = { service = "logseq"; add_tags = "bugwarrior,logseq"; @@ -80,7 +88,7 @@ terranix = { service = "github"; login = "mrVanDalo"; - token = "@oracle:eval:${pkgs.pass}/bin/pass development/github/mrVanDalo/bugwarriorAccessToken"; + token = "@oracle:eval:${pkgs.pass}/bin/pass show development/github/mrVanDalo/bugwarriorAccessToken"; username = "mrVanDalo"; default_priority = ""; description_template = "{{githubtitle}} {{githuburl}}";