tv wu: make network configuration explicit
This silences warnings during deployment.
This commit is contained in:
parent
e51e379342
commit
c95ee44d41
@ -33,5 +33,11 @@ with import <stockholm/lib>;
|
||||
};
|
||||
|
||||
networking.wireless.enable = true;
|
||||
networking.wireless.interfaces = [
|
||||
"wlp3s0"
|
||||
];
|
||||
networking.interfaces.enp4s0f2.useDHCP = true;
|
||||
networking.interfaces.wlp3s0.useDHCP = true;
|
||||
networking.useDHCP = false;
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user