From 080c3591ca64163d454520aaa1a9c4177170d83d Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Thu, 12 Mar 2020 23:25:09 +0000 Subject: chore(ops/nixos/nugget): Disable DHCP for Remarkable USB conn This otherwise holds up the boot process if the device is not connected, which is annoying. --- ops/nixos/nugget/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/ops/nixos/nugget/default.nix b/ops/nixos/nugget/default.nix index a034f007d5..8b9793f923 100644 --- a/ops/nixos/nugget/default.nix +++ b/ops/nixos/nugget/default.nix @@ -49,7 +49,6 @@ in depot.lib.fix(self: { useDHCP = false; interfaces.eno1.useDHCP = true; interfaces.wlp7s0.useDHCP = true; - interfaces.enp0s20u11.useDHCP = true; # Remarkable USB # Don't use ISP's DNS servers: nameservers = [ -- cgit 1.4.1