From d9747c64b038943253eaafdc59a49d5face46dab Mon Sep 17 00:00:00 2001 From: Fuwn Date: Fri, 20 Sep 2024 05:36:20 -0700 Subject: modules: server and core modules --- modules/core/networking/dhcpcd.nix | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 modules/core/networking/dhcpcd.nix (limited to 'modules/core/networking/dhcpcd.nix') diff --git a/modules/core/networking/dhcpcd.nix b/modules/core/networking/dhcpcd.nix new file mode 100644 index 0000000..f46b657 --- /dev/null +++ b/modules/core/networking/dhcpcd.nix @@ -0,0 +1,12 @@ +{ + networking.dhcpcd = { + wait = "background"; + + extraConfig = '' + noarp + nooption domain_name_servers, domain_name, domain_search, host_name + nooption ntp_servers + nohook resolv.conf, wpa_supplicant + ''; + }; +} -- cgit v1.2.3