about summary refs log tree commit diff
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@google.com>2020-03-12T23·25+0000
committerVincent Ambo <tazjin@google.com>2020-03-12T23·27+0000
commit080c3591ca64163d454520aaa1a9c4177170d83d (patch)
tree0bef72a987b7b54345fab16413aa97ec2c96e2ed
parentde362fd27837336952b1e1eb0a5493282db7ac62 (diff)
chore(ops/nixos/nugget): Disable DHCP for Remarkable USB conn r/601
This otherwise holds up the boot process if the device is not
connected, which is annoying.
-rw-r--r--ops/nixos/nugget/default.nix1
1 files changed, 0 insertions, 1 deletions
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 = [