feat: add wakatime api to agenix

This commit is contained in:
Youwen Wu 2024-12-28 01:04:00 -08:00
parent 81d1c334c0
commit 83a8eaa2c6
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3
3 changed files with 6 additions and 0 deletions

View file

@ -34,5 +34,10 @@
file = ./gallium_server_ssh.age;
mode = "600";
};
wakatime_cfg = {
file = ./wakatime_cfg.age;
mode = "600";
path = "${config.home.homeDirectory}/.wakatime.cfg";
};
};
}

View file

@ -11,4 +11,5 @@ in
"github_ssh_priv_key.age".publicKeys = users;
"youwen_dev_ssh_priv_key.age".publicKeys = users;
"gallium_server_ssh.age".publicKeys = users;
"wakatime_cfg.age".publicKeys = users;
}

Binary file not shown.