Add hosts to hostfile
This commit is contained in:
parent
b5e7bbdd43
commit
68abfb922f
2 changed files with 7 additions and 0 deletions
6
configs/network.nix
Normal file
6
configs/network.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
{
|
||||
networking.hosts = {
|
||||
"127.0.0.1" = [ "localhost" "local.ted.europa.eu" ];
|
||||
};
|
||||
}
|
||||
|
|
@ -3,6 +3,7 @@
|
|||
imports = [
|
||||
./hardware-configuration.nix
|
||||
../../configs/system.nix
|
||||
../../configs/network.nix
|
||||
../../configs/user.nix
|
||||
../../configs/dev.nix
|
||||
../../configs/virtualisation.nix
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue