common: add loopback addresses for fqdn

This commit is contained in:
Oystein Kristoffer Tveit 2025-04-25 22:48:47 +02:00
parent eb6ae1a054
commit 1f43c4a4ba
Signed by: oysteikt
GPG Key ID: 9F2F7D8250F35146

@ -53,6 +53,10 @@ in {
"1.1.1.1"
"8.8.8.8"
];
hosts = {
"127.0.0.1" = [ config.networking.fqdnOrHostName ];
"::1" = [ config.networking.fqdnOrHostName ];
};
};
i18n.defaultLocale = "en_US.UTF-8";