From 9434f32e065f2cc586bf31dbf7cbf6dc7cfd7d64 Mon Sep 17 00:00:00 2001 From: Martin Berg Alstad Date: Tue, 14 Oct 2025 20:11:01 +0200 Subject: [PATCH] [nidaros] Add signing key to systemConfig --- systems.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/systems.nix b/systems.nix index 60b12db..e370b92 100644 --- a/systems.nix +++ b/systems.nix @@ -34,5 +34,6 @@ builtins.mapAttrs (_hostName: systemConfig: defaultConfig // systemConfig) { wayland.enable = false; ssh.publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILw1iNuPnX9NGt+UAvBDzkk26d1e4nF+XX2FMm+IRWtt"; address.private = common.localIpAddr 228; + git.signing.key = "4E323F914029E976"; }; }