--wip-- [skip ci]

This commit is contained in:
Filippo Berto 2022-12-13 12:17:58 +01:00
parent df9e409448
commit 0c40f2cd09
4 changed files with 121 additions and 86 deletions

View file

@ -33,15 +33,6 @@ with lib; {
networkmanager.enable = true;
# networkmanager.wifi.backend = "iwd";
# The global useDHCP flag is deprecated, therefore explicitly set to false here.
# Per-interface useDHCP will be mandatory in the future, so this generated config
# replicates the default behaviour.
useDHCP = false;
interfaces = {
enp60s0.useDHCP = true;
wlp0s20f3.useDHCP = true;
};
# Configure network proxy if necessary
# proxy.default = "http://user:password@proxy:port/";
# proxy.noProxy = "127.0.0.1,localhost,internal.domain";