From 4a82e16be2fca8df57fc14adb8cf0c420d54d922 Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Tue, 10 Jan 2023 17:36:47 +0100 Subject: [PATCH] Disable DHCP for thor interfaces --- thor/configuration.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/thor/configuration.nix b/thor/configuration.nix index 2332052..ea8162d 100644 --- a/thor/configuration.nix +++ b/thor/configuration.nix @@ -69,12 +69,7 @@ with lib; { networking = { hostName = "thor"; # Define your hostname. - interfaces = { - eno1.useDHCP = true; - wlp5s0.useDHCP = true; - }; networkmanager.enable = true; - useDHCP = false; }; time.timeZone = "Europe/Rome";