taskwarrior gone
This commit is contained in:
parent
e1b2ed15c7
commit
d618ecf02e
6 changed files with 5 additions and 65 deletions
|
@ -10,8 +10,6 @@
|
|||
music
|
||||
langs
|
||||
emacs
|
||||
taskwarrior
|
||||
taskwarrior-web
|
||||
];
|
||||
|
||||
home = {
|
||||
|
@ -83,15 +81,7 @@
|
|||
path = "${config.sops.defaultSymlinkPath}/borg_url";
|
||||
};
|
||||
icloud = {};
|
||||
taskchamp-id = {};
|
||||
taskchamp-key = {};
|
||||
};
|
||||
|
||||
templates."taskchamp".content =
|
||||
''
|
||||
sync.server.client_id = ${config.sops.placeholder.taskchamp-id}
|
||||
sync.encryption_secret = ${config.sops.placeholder.taskchamp-key}
|
||||
'';
|
||||
};
|
||||
|
||||
programs = {
|
||||
|
|
|
@ -5,8 +5,6 @@
|
|||
shell-conf # shell, shell utils, cli tools, libs, tui's
|
||||
git-conf
|
||||
beets
|
||||
taskwarrior
|
||||
# taskwarrior-web
|
||||
];
|
||||
|
||||
home = {
|
||||
|
@ -35,19 +33,7 @@
|
|||
|
||||
sops = {
|
||||
age.keyFile = "/home/media/.config/sops/age/keys.txt"; # must have no password!
|
||||
|
||||
defaultSopsFile = ../emenel/secrets.yaml;
|
||||
|
||||
secrets = {
|
||||
taskchamp-id = {};
|
||||
taskchamp-key = {};
|
||||
};
|
||||
|
||||
templates."taskchamp".content =
|
||||
''
|
||||
sync.server.client_id = ${config.sops.placeholder.taskchamp-id}
|
||||
sync.encryption_secret = ${config.sops.placeholder.taskchamp-key}
|
||||
'';
|
||||
};
|
||||
|
||||
programs = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue