From a2fa552ce2c9dffd2123e901a9197381628cb5fd Mon Sep 17 00:00:00 2001 From: Soispha Date: Sun, 14 May 2023 12:51:44 +0200 Subject: Fix(hosts/tiamat): Remove outdated network config --- hosts/tiamat/networking.nix | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'hosts') diff --git a/hosts/tiamat/networking.nix b/hosts/tiamat/networking.nix index 04a87680..1ee7d850 100644 --- a/hosts/tiamat/networking.nix +++ b/hosts/tiamat/networking.nix @@ -1,14 +1,6 @@ { - config, - lib, ... }: { - # Enables DHCP on each ethernet and wireless interface. In case of scripted networking - # (the default) this is the recommended approach. When using systemd-networkd it's - # still possible to use this option, but it's recommended to use it in conjunction - # with explicit per-interface declarations with `networking.interfaces..useDHCP`. - networking.useDHCP = lib.mkDefault true; - # networking.interfaces.enp0s31f6.useDHCP = lib.mkDefault true; - # networking.interfaces.wlp3s0.useDHCP = lib.mkDefault true; networking.hostName = "tiamat"; } +# vim: ts=2 -- cgit 1.4.1