chore: update renamed fonconfig

fix: fixed github ssh config
This commit is contained in:
Patrick Großmann 2023-07-28 23:41:48 +09:00
parent be0cd39707
commit b44df60277
Signed by: patrick
GPG key ID: 451F95EFB8BECD0F
2 changed files with 3 additions and 6 deletions

View file

@ -1,6 +1,5 @@
{pkgs, ...}: {
fonts = {
enableDefaultFonts = false;
enableGhostscriptFonts = false;
fontDir.enable = false;
fontconfig = {

View file

@ -15,11 +15,6 @@
user = "root";
inherit identityFile;
};
"github" = {
hostname = "github.com";
user = "git";
inherit identityFile;
};
"patricknix" = {
hostname = "localhost";
user = "root";
@ -58,6 +53,9 @@
"gitlab.lrz.de" = {
inherit identityFile;
};
"github.com" = {
inherit identityFile;
};
"*" = {
identitiesOnly = true;
};