400 current 2025-05-22 02:00:56 25.05.20250424.f771eb4 6.12.24 *
This commit is contained in:
@@ -7,10 +7,17 @@
|
||||
# networking.proxy.default = "http://user:password@proxy:port/";
|
||||
# networking.proxy.noProxy = "127.0.0.1,localhost,internal.domain";
|
||||
|
||||
networking.interfaces = {
|
||||
enp0s31f6 = {};
|
||||
wlp4s0 = {};
|
||||
};
|
||||
networking = {
|
||||
hosts = {
|
||||
"127.0.0.1" = ["localhost"];
|
||||
};
|
||||
|
||||
networking.networkmanager.enable = true;
|
||||
networkmanager.enable = true;
|
||||
|
||||
# interfaces = {
|
||||
# enp0s31f6 = {};
|
||||
# wlp4s0 = {};
|
||||
# };
|
||||
usePredictableInterfaceNames = true;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user