about summary refs log tree commit diff
path: root/ops
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@google.com>2020-03-01T00·50+0000
committerVincent Ambo <tazjin@google.com>2020-03-01T00·50+0000
commitd38995385b450c8b60f6a474574e61479ed74d5c (patch)
tree9b881967bcda70001222bbd1fc9959308c433355 /ops
parentc905e4b69f304789e36f3b48d00500f415e6f4db (diff)
chore(ops/nixos/nugget): Use DHCP for Remarkable USB connection r/586
Diffstat (limited to 'ops')
-rw-r--r--ops/nixos/nugget/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/ops/nixos/nugget/default.nix b/ops/nixos/nugget/default.nix
index f869c9fb69..eac8982162 100644
--- a/ops/nixos/nugget/default.nix
+++ b/ops/nixos/nugget/default.nix
@@ -49,6 +49,7 @@ 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 = [