refactor(networking): use networking.useDHCP
This commit is contained in:
parent
b3d6b2d32a
commit
37bfb2bc2d
6 changed files with 1 additions and 17 deletions
|
@ -64,11 +64,6 @@
|
|||
virtualization.enable = true;
|
||||
};
|
||||
|
||||
networking.interfaces = {
|
||||
eth0.useDHCP = true;
|
||||
wlp41s0.useDHCP = true;
|
||||
};
|
||||
|
||||
home = { profiles, pkgs, ... }: {
|
||||
imports = with profiles; [ stretchly ];
|
||||
home.packages = with pkgs; [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue