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

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

View File

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