Skip to content

Commit 78949ae

Browse files
joshsymondsclaude
andcommitted
feat: add Todoist tools to Shimmer and GPG signing for ultraviolet
- Update shimmer flake input (adds 7 Todoist tools, fixes devShell deps) - Add TODOIST_API_TOKEN to shimmer-env secret - Configure GPG signing key for ultraviolet host Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent f5aec28 commit 78949ae

File tree

3 files changed

+5
-8
lines changed

3 files changed

+5
-8
lines changed

flake.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

home-manager/hosts/ultraviolet.nix

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,7 @@
1111
inetutils
1212
];
1313

14-
programs.git.settings.user = {
15-
signingkey = "0x9920EB56D95D6CCF";
16-
email = "josh+ultraviolet@joshsymonds.com";
17-
};
14+
programs.git.settings.user.signingkey = "0x374165B74CF6A70C";
1815

1916
programs.zsh.shellAliases.update-bluedesert = "cd ~/nix-config && sudo env NIX_SSHOPTS='-i /home/joshsymonds/.ssh/github' nixos-rebuild switch --flake '.#bluedesert' --target-host joshsymonds@172.31.0.201 --sudo --option warn-dirty false";
2017
}
59 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)