Remove unused git ssh signing config

This commit is contained in:
GHOSCHT 2023-12-10 11:22:00 +01:00
parent a307b26fa4
commit 9bb980756b
Signed by: ghoscht
GPG key ID: 2C2C1C62A5388E82

View file

@ -6,11 +6,6 @@
...
}: {
home-manager.users.${vars.user} = {
home.file.".ssh/allowed_signers".text = "* ${builtins.readFile ../../rsc/config/git/git.pub}";
home.file.".ssh/git.pub" = {
source = ../../rsc/config/git/git.pub;
};
programs.git = {
enable = true;
userName = "GHOSCHT";