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";