networking/module.nix: networking improvements
This commit is contained in:
parent
e810a89232
commit
b168b0bb49
2 changed files with 22 additions and 2 deletions
|
@ -3,8 +3,8 @@
|
|||
in {
|
||||
networking.networkmanager = {
|
||||
enable = true;
|
||||
# Removes about 2GB of stuff we do no need.
|
||||
plugins = mkForce [];
|
||||
# # Removes about 2GB of stuff we do no need.
|
||||
# plugins = mkForce [];
|
||||
|
||||
dns = "systemd-resolved";
|
||||
unmanaged = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue