diff options
author | Ben Sima <ben@bsima.me> | 2022-10-10 16:09:13 -0400 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2022-10-10 16:09:13 -0400 |
commit | c703310b801e5fa0389c31b04b6047655656b2af (patch) | |
tree | dfe222e67c37baa032cd8486c42ba8b2a7e15fac /Biz/Dev/Networking.nix | |
parent | 01b2b9d9376c6aa6f793ab3e00a0e8e95baff5c9 (diff) |
Fix network
Diffstat (limited to 'Biz/Dev/Networking.nix')
-rw-r--r-- | Biz/Dev/Networking.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Biz/Dev/Networking.nix b/Biz/Dev/Networking.nix index 721b8bf..46b2d23 100644 --- a/Biz/Dev/Networking.nix +++ b/Biz/Dev/Networking.nix @@ -53,8 +53,7 @@ in { # Per-interface useDHCP will be mandatory in the future, so this generated config # replicates the default behaviour. useDHCP = false; - interfaces.enp1s0.useDHCP = true; - interfaces.wlp0s20f0u4.useDHCP = true; + interfaces.enp2s0.useDHCP = true; }; } |