From 3a25d68226261f18e7d8c8ae49c92f5245ed6a95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laure=CE=B7t?= Date: Sat, 13 Jan 2024 15:10:41 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20(home/shell)=20"config"=20->=20"?= =?UTF-8?q?osConfig"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- home/shell/git.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/shell/git.nix b/home/shell/git.nix index f72ae18..8813a48 100644 --- a/home/shell/git.nix +++ b/home/shell/git.nix @@ -1,9 +1,9 @@ -{config, ...}: let +{osConfig, ...}: let sign_key = { "silicium" = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINTvwXCT99s1EwOCeGQ28jyCAH/RBoLZza9k5I7wWdEu laurent@silicium"; } - ."${config.networking.hostName}"; + ."${osConfig.networking.hostName}"; in { programs.git = { enable = true;