aboutsummaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authorCaroline Larimore <caroline@larimo.re>2024-07-28 11:01:54 -0700
committerCaroline Larimore <caroline@larimo.re>2024-07-28 11:01:54 -0700
commit09e58514110003fad62ca387f102af60e9320342 (patch)
tree82a3388cf17f6aa1c09cc7a5b65414be99dfcc75 /hosts
parent28bb04882e3379c2023125303517d95be7edbbb9 (diff)
phoenix: set git signing key
Diffstat (limited to 'hosts')
-rw-r--r--hosts/phoenix/home.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/phoenix/home.nix b/hosts/phoenix/home.nix
index 69fb38f..da84c94 100644
--- a/hosts/phoenix/home.nix
+++ b/hosts/phoenix/home.nix
@@ -59,7 +59,7 @@
home.roles = {
dev = {
enable = true;
- key = ""; #TODO: create signing key for phoenix
+ key = "46008DE7867DA084";
};
desktop.enable = true;