aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2026-02-18 13:37:57 -0600
committerCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2026-02-18 13:37:57 -0600
commitf87f57b725e3f17a80aab3d5610effac5364d434 (patch)
tree545d5b4070b5a0cd5e80a94f2dff3634ef162721
parent9979c0d6ff538354492e522d18aef22c6af64430 (diff)
install github key to server
-rw-r--r--hosts/ganymede/config.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/ganymede/config.nix b/hosts/ganymede/config.nix
index 7353683..d3002fd 100644
--- a/hosts/ganymede/config.nix
+++ b/hosts/ganymede/config.nix
@@ -26,6 +26,7 @@
enable = true;
userName = "Collin Williams";
userEmail = "96917990+bluedragon1221@users.noreply.github.com";
+ installKey = true;
};
helix.enable = true;
};