update taskwarrior
This commit is contained in:
parent
0e05030e87
commit
26c247677e
3 changed files with 7 additions and 39 deletions
|
@ -878,11 +878,11 @@
|
||||||
"secrets": {
|
"secrets": {
|
||||||
"flake": false,
|
"flake": false,
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1642346088,
|
"lastModified": 1662108349,
|
||||||
"narHash": "sha256-6eCncK+8z+ynx/27RQXZ+TQ+ska6O+4Fext6m9UeJlQ=",
|
"narHash": "sha256-qZzm63tzvAuMD30plHfaTsb2tyZbqFv9NT/hy7JRYRQ=",
|
||||||
"ref": "main",
|
"ref": "main",
|
||||||
"rev": "13da61941ec17320e368c035755870ad3df38395",
|
"rev": "deec5460d8b298fd4733e766e144498a10883209",
|
||||||
"revCount": 30,
|
"revCount": 31,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "ssh://gitea@git.ingolf-wagner.de/palo/nixos-secrets.git"
|
"url": "ssh://gitea@git.ingolf-wagner.de/palo/nixos-secrets.git"
|
||||||
},
|
},
|
||||||
|
|
|
@ -1,39 +1,6 @@
|
||||||
{ config, lib, pkgs, ... }:
|
{ config, lib, pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
#sops.secrets.pushoverApiToken = {
|
|
||||||
# owner = "taskwarrior-pushover";
|
|
||||||
# key = "pushoverApiToken";
|
|
||||||
#};
|
|
||||||
#sops.secrets.pushoverUserKey = {
|
|
||||||
# owner = "taskwarrior-pushover";
|
|
||||||
# key = "pushoverUserKey";
|
|
||||||
#};
|
|
||||||
#sops.secrets.pushoverTaskwarriorCa = {
|
|
||||||
# owner = "taskwarrior-pushover";
|
|
||||||
# key = "taskwarriorCa";
|
|
||||||
#};
|
|
||||||
#sops.secrets.pushoverTaskwarriorCertificate = {
|
|
||||||
# owner = "taskwarrior-pushover";
|
|
||||||
# key = "taskwarriorCertificate";
|
|
||||||
#};
|
|
||||||
#sops.secrets.pushoverTaskwarriorKey = {
|
|
||||||
# owner = "taskwarrior-pushover";
|
|
||||||
# key = "taskwarriorKey";
|
|
||||||
#};
|
|
||||||
#services.taskwarrior-pushover = {
|
|
||||||
# enable = false;
|
|
||||||
# recurrence = "off";
|
|
||||||
# onCalendar = "06:30:00";
|
|
||||||
# server = "taskd.ingolf-wagner.de:53589";
|
|
||||||
# pushoverApiTokenFile = config.sops.secrets.pushoverApiToken.path;
|
|
||||||
# pushoverUserKeyFile = config.sops.secrets.pushoverUserKey.path;
|
|
||||||
# caFile = config.sops.secrets.pushoverTaskwarriorCa.path;
|
|
||||||
# certificateFile = config.sops.secrets.pushoverTaskwarriorCertificate.path;
|
|
||||||
# keyFile = config.sops.secrets.pushoverTaskwarriorKey.path;
|
|
||||||
# credentials = "1337/palo/ed0fdbe8-2dc3-408b-84cb-d07d363bccd2";
|
|
||||||
#};
|
|
||||||
|
|
||||||
sops.secrets.autotagTaskwarriorCa = {
|
sops.secrets.autotagTaskwarriorCa = {
|
||||||
owner = "taskwarrior-autotag";
|
owner = "taskwarrior-autotag";
|
||||||
key = "taskwarriorCa";
|
key = "taskwarriorCa";
|
||||||
|
@ -47,7 +14,6 @@
|
||||||
key = "taskwarriorKey";
|
key = "taskwarriorKey";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
services.taskwarrior-autotag = {
|
services.taskwarrior-autotag = {
|
||||||
enable = true;
|
enable = true;
|
||||||
recurrence = "on";
|
recurrence = "on";
|
||||||
|
@ -56,7 +22,7 @@
|
||||||
caFile = config.sops.secrets.autotagTaskwarriorCa.path;
|
caFile = config.sops.secrets.autotagTaskwarriorCa.path;
|
||||||
certificateFile = config.sops.secrets.autotagTaskwarriorCertificate.path;
|
certificateFile = config.sops.secrets.autotagTaskwarriorCertificate.path;
|
||||||
keyFile = config.sops.secrets.autotagTaskwarriorKey.path;
|
keyFile = config.sops.secrets.autotagTaskwarriorKey.path;
|
||||||
credentials = "1337/palo/ed0fdbe8-2dc3-408b-84cb-d07d363bccd2";
|
credentials = "1337/palo/ad40dce8-4b38-4011-b032-60a91b6f22cd";
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -86,6 +86,8 @@ in
|
||||||
# };
|
# };
|
||||||
#}))
|
#}))
|
||||||
|
|
||||||
|
sops
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|
||||||
home-manager.users.mainUser = {
|
home-manager.users.mainUser = {
|
||||||
|
|
Loading…
Reference in a new issue