Update hosts

This commit is contained in:
Paul-Henri Froidmont 2023-02-22 23:12:01 +01:00
parent 7a3674850a
commit f569722980
Signed by: phfroidmont
GPG key ID: BE948AFD7E7873BE

View file

@ -1,6 +1,6 @@
{ config, lib, pkgs, ... }: { config, lib, pkgs, ... }:
{ {
networking.hosts = { networking.hosts = {
"127.0.0.1" = [ "localhost" "local.ted.europa.eu" ]; "127.0.0.1" = [ "localhost" "membres.yourcoop.local" ];
}; };
} }