diff options
author | Vincent Ambo <tazjin@google.com> | 2020-03-01T00·50+0000 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2020-03-01T00·50+0000 |
commit | d38995385b450c8b60f6a474574e61479ed74d5c (patch) | |
tree | 9b881967bcda70001222bbd1fc9959308c433355 | |
parent | c905e4b69f304789e36f3b48d00500f415e6f4db (diff) |
chore(ops/nixos/nugget): Use DHCP for Remarkable USB connection r/586
-rw-r--r-- | ops/nixos/nugget/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ops/nixos/nugget/default.nix b/ops/nixos/nugget/default.nix index f869c9fb69c6..eac89821621c 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 = [ |