Remove unused git ssh signing config
This commit is contained in:
parent
a307b26fa4
commit
9bb980756b
1 changed files with 0 additions and 5 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue