chore: update renamed fonconfig
fix: fixed github ssh config
This commit is contained in:
parent
be0cd39707
commit
b44df60277
|
@ -1,6 +1,5 @@
|
|||
{pkgs, ...}: {
|
||||
fonts = {
|
||||
enableDefaultFonts = false;
|
||||
enableGhostscriptFonts = false;
|
||||
fontDir.enable = false;
|
||||
fontconfig = {
|
||||
|
|
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue