diff options
| author | Caroline Larimore <caroline@larimo.re> | 2024-07-28 11:01:54 -0700 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2024-07-28 11:01:54 -0700 |
| commit | 09e58514110003fad62ca387f102af60e9320342 (patch) | |
| tree | 82a3388cf17f6aa1c09cc7a5b65414be99dfcc75 /hosts/phoenix | |
| parent | 28bb04882e3379c2023125303517d95be7edbbb9 (diff) | |
phoenix: set git signing key
Diffstat (limited to 'hosts/phoenix')
| -rw-r--r-- | hosts/phoenix/home.nix | 2 |
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; |