From 3945e9637ac379195a6a7d2d0cee3778f4b5a18d Mon Sep 17 00:00:00 2001 From: thiloho <123883702+thiloho@users.noreply.github.com> Date: Fri, 21 Jul 2023 18:51:20 +0200 Subject: [PATCH] Comment PC git signing --- nixos-configurations/pc/default.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/nixos-configurations/pc/default.nix b/nixos-configurations/pc/default.nix index 3d68935..06376f3 100644 --- a/nixos-configurations/pc/default.nix +++ b/nixos-configurations/pc/default.nix @@ -10,11 +10,11 @@ networking.hostName = "pc"; home-manager.users.thiloho = { pkgs, lib, ... }: { - programs.git = { - signing = { - key = "A6C6D25B9687377B"; - }; - }; + # programs.git = { + # signing = { + # key = "A6C6D25B9687377B"; + # }; + # }; home.stateVersion = "23.05"; }; system.stateVersion = "23.05";