Fix per link DNS resolvers

This commit is contained in:
Tim Schubert 2023-06-04 19:01:57 +02:00
parent 224570ac3f
commit 0e0415e81e
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA
6 changed files with 19 additions and 10 deletions

View file

@ -18,6 +18,7 @@ in
};
networking.hostName = "ifrit";
networking.domain = "bs.dadada.li";
networking.hosts = {
"127.0.0.1" = hostAliases;