feat: added discord token

This commit is contained in:
Nick 2025-10-17 22:53:48 -05:00
parent c13722ebaf
commit 76e28fffbe
4 changed files with 8 additions and 28 deletions

View file

@ -23,6 +23,11 @@ in
path = "/home/${user0}/.ssh/known_hosts";
owner = user0;
};
"discord-token" = {
path = "/etc/zookeeper/.env";
owner = user0;
};
# "claude-api-key" = {
# path = "/home/${user0}/.config/zed/claude-api-key";
# owner = user0;