400 current 2025-05-22 02:00:56 25.05.20250424.f771eb4 6.12.24 *

This commit is contained in:
2025-05-22 02:01:29 -04:00
parent 9c8cb0aef4
commit 6d8f37a284
2 changed files with 12 additions and 6 deletions

View File

@@ -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;
};
}