remove dead dns servers

This commit is contained in:
Kopatz
2024-07-23 21:13:49 +02:00
parent 3022aa9250
commit 8f7cbb75e1
5 changed files with 9 additions and 3 deletions

View File

@@ -42,3 +42,5 @@
path = .gitconfig-evolit
[includeIf "gitdir/i:~/projects/selfhosted/**"]
path = .gitconfig-selfhosted
[includeIf "gitdir/i:~/projects/it-experts/**"]
path = .gitconfig-itexperts

View File

@@ -0,0 +1,3 @@
[user]
name = Lukas Kopatz
email = lukas.kopatz@it-experts.at

View File

@@ -25,4 +25,7 @@
source = ./.gitconfig-evolit;
target = ".gitconfig-evolit";
};
home.file.".gitconfig-itexperts" = {
source = ./.gitconfig-itexperts;
};
}