removing taskwarrior for now
This commit is contained in:
parent
6eee9ea3c6
commit
6333793814
5 changed files with 59 additions and 288 deletions
|
@ -10,7 +10,7 @@
|
|||
music
|
||||
langs
|
||||
emacs
|
||||
taskwarrior
|
||||
# taskwarrior
|
||||
];
|
||||
|
||||
home = {
|
||||
|
@ -79,6 +79,7 @@
|
|||
borg_url = {
|
||||
path = "${config.sops.defaultSymlinkPath}/borg_url";
|
||||
};
|
||||
icloud = {};
|
||||
taskchamp-id = {};
|
||||
taskchamp-key = {};
|
||||
};
|
||||
|
@ -96,6 +97,10 @@ sync.encryption_secret = ${config.sops.placeholder.taskchamp-key}
|
|||
pandoc.enable = true;
|
||||
password-store.enable = true;
|
||||
|
||||
rclone = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
borgmatic = {
|
||||
enable = true;
|
||||
backups = {
|
||||
|
|
|
@ -5,6 +5,7 @@ ssh_key_pub: ENC[AES256_GCM,data:MbEqSFSH52Ac1EgX66DohzlTa3CRellfgmGBolCuPIKn/0T
|
|||
borg_url: ENC[AES256_GCM,data:Ha/C+EInoNv6Wy/t7IRWmAlVsgEg/sh+LhM/8GmrvQsqfs/KO86i3QD66H0A+gN9,iv:/k8CIgdPg+Z5alVj4RnRypU8S1E/B/nLAlkhzMX1+uU=,tag:/Y6mUq00lRryUairXQMWwQ==,type:str]
|
||||
taskchamp-id: ENC[AES256_GCM,data:Aou7f+fj8oeC+w3dmCfj1MP7RvSPzF5eRRz6cw99Nb1hJJk2,iv:A0ILlMOkG8IBzk1ylWb0WEZ/sFrcn2MSRDZ2+VYQtZA=,tag:IEb4MZTVccaCXXyME4Egzg==,type:str]
|
||||
taskchamp-key: ENC[AES256_GCM,data:9MAT3Q3Olw8JDA==,iv:5JBugxClwi+loeP6/7taRHAOzdpXMDMn5elwqUSKJus=,tag:Kt2wjRW90h8q3Nia7mIT5g==,type:str]
|
||||
icloud: ENC[AES256_GCM,data:W1fk/XZYYM1fLZE=,iv:o7fPNUZJjYv+lLdizn01x7atYOQd/t9jk8ifXTJjuZY=,tag:7UWLpKUm/vV/rwg8c7M+rQ==,type:str]
|
||||
sops:
|
||||
kms: []
|
||||
gcp_kms: []
|
||||
|
@ -20,8 +21,8 @@ sops:
|
|||
RTk5RGdrZ3dGaXJIait5VG45bTFpQVkKFvq2714fyXnUlQ2ovZGVl55Wq9m/uvpC
|
||||
Q7k9SEOdSMNqioG5TR7yhGS+cCbcO+zV7WXxKB+mpwUmhkc13H0w5A==
|
||||
-----END AGE ENCRYPTED FILE-----
|
||||
lastmodified: "2025-03-29T18:32:50Z"
|
||||
mac: ENC[AES256_GCM,data:2S3awJTt7aC9tM+4ah33gJF4CHB/Xjdii/PtVYoYYv0OXG3dUQVQvptg8PlEyBZSpJ1hgOI542cBV2lAfOObcL8MOsfir1IZs4FJoo/2w5SRSPvVZpAlmflrvskKdNy0vcvrPSLs3mSCKlC1aRsw7uR/SqJCM3fkI0FkPIw/RLE=,iv:3eaM5vVc5Jj0Ff01K/PjZsq49BNopGhkagpyROWYGNw=,tag:IGQyRbezQsVSFE8DcoAcIA==,type:str]
|
||||
lastmodified: "2025-03-29T21:43:51Z"
|
||||
mac: ENC[AES256_GCM,data:tOr5xkd8sJ6+qPPTvRbrVvznCR4kbhoMnqnim8uGmAmbAtFCU3sDCsAQUl5KZVEHz8W3bzYrhW2Qrm0EpSt6Hc7TohnT/aUgEj2eZW6cSKHP7ob2YA2BdG5gE39PAazFQ/CI/xkS2j+ioXZsJeis3//rfvVZa4EbJmuK5AnI+Fc=,iv:Kh8+Y+aMeVl0uQ46LklYkbYQABdWYy2VzuIAl18+NjE=,tag:Nh1wb2WHPg3Z4etk936rFg==,type:str]
|
||||
pgp: []
|
||||
unencrypted_suffix: _unencrypted
|
||||
version: 3.9.4
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
shell-conf # shell, shell utils, cli tools, libs, tui's
|
||||
git-conf
|
||||
beets
|
||||
taskwarrior
|
||||
# taskwarrior
|
||||
];
|
||||
|
||||
home = {
|
||||
|
@ -36,16 +36,16 @@
|
|||
|
||||
defaultSopsFile = ../emenel/secrets.yaml;
|
||||
|
||||
secrets = {
|
||||
taskchamp-id = {};
|
||||
taskchamp-key = {};
|
||||
};
|
||||
# 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}
|
||||
'';
|
||||
# templates."taskchamp".content =
|
||||
# ''
|
||||
# sync.server.client_id = ${config.sops.placeholder.taskchamp-id}
|
||||
# sync.encryption_secret = ${config.sops.placeholder.taskchamp-key}
|
||||
# '';
|
||||
};
|
||||
|
||||
programs = {
|
||||
|
@ -57,19 +57,19 @@ sync.encryption_secret = ${config.sops.placeholder.taskchamp-key}
|
|||
enable = true;
|
||||
startServices = "sd-switch"; # auto reload services when home is rebuilt
|
||||
|
||||
services.taskchampion-sync-server = {
|
||||
Unit = {
|
||||
Description = "taskchamp";
|
||||
After = [ "network.target" ];
|
||||
};
|
||||
Install = {
|
||||
WantedBy = [ "multi-user.target" ];
|
||||
};
|
||||
Service = {
|
||||
Type = "simple";
|
||||
ExecStart = "${pkgs.taskchampion-sync-server}/bin/taskchampion-sync-server --listen media-server:33043 --data-dir /home/media/.local/share/task-sync --snapshot-days 1 --snapshot-versions 30";
|
||||
};
|
||||
};
|
||||
# services.taskchampion-sync-server = {
|
||||
# Unit = {
|
||||
# Description = "taskchamp";
|
||||
# After = [ "network.target" ];
|
||||
# };
|
||||
# Install = {
|
||||
# WantedBy = [ "multi-user.target" ];
|
||||
# };
|
||||
# Service = {
|
||||
# Type = "simple";
|
||||
# ExecStart = "${pkgs.taskchampion-sync-server}/bin/taskchampion-sync-server --listen media-server:33043 --data-dir /home/media/.local/share/task-sync --snapshot-days 1 --snapshot-versions 30";
|
||||
# };
|
||||
# };
|
||||
};
|
||||
|
||||
#custom script executables
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue