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