loopback for domains

This commit is contained in:
Noa Aarts 2024-05-30 19:31:21 +02:00
parent 9794125f2e
commit 382b0af714

View file

@ -44,6 +44,9 @@
networking = { networking = {
hostName = "lambdaOS"; # Define your hostname. hostName = "lambdaOS"; # Define your hostname.
hosts = {
"127.0.0.1" = ["images.noa.voorwaarts.nl" "sods.noa.voorwaarts.nl" "noa.voorwaarts.nl"];
};
}; };
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant. # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.