remove dead dns servers
This commit is contained in:
@@ -42,3 +42,5 @@
|
||||
path = .gitconfig-evolit
|
||||
[includeIf "gitdir/i:~/projects/selfhosted/**"]
|
||||
path = .gitconfig-selfhosted
|
||||
[includeIf "gitdir/i:~/projects/it-experts/**"]
|
||||
path = .gitconfig-itexperts
|
||||
|
||||
3
home-manager/.gitconfig-itexperts
Normal file
3
home-manager/.gitconfig-itexperts
Normal file
@@ -0,0 +1,3 @@
|
||||
[user]
|
||||
name = Lukas Kopatz
|
||||
email = lukas.kopatz@it-experts.at
|
||||
@@ -25,4 +25,7 @@
|
||||
source = ./.gitconfig-evolit;
|
||||
target = ".gitconfig-evolit";
|
||||
};
|
||||
home.file.".gitconfig-itexperts" = {
|
||||
source = ./.gitconfig-itexperts;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user