Skip to content

Commit

Permalink
rp3: remove unneccessary networking configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
wagdav committed Nov 15, 2023
1 parent 967a317 commit 104f70c
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions hardware/rp3.nix
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,5 @@ in

networking = {
hostName = name;

useDHCP = false;

interfaces = {
eth0.useDHCP = true;
wlan0.useDHCP = true;
};
};
}

0 comments on commit 104f70c

Please sign in to comment.