diff --git a/hosts/Infini-DESKTOP/default.nix b/hosts/Infini-DESKTOP/default.nix index 7c212ed..97ef449 100644 --- a/hosts/Infini-DESKTOP/default.nix +++ b/hosts/Infini-DESKTOP/default.nix @@ -2,7 +2,7 @@ imports = suites.graphic ++ [ ./hardware-configuration.nix ] ++ (with profiles; [ - # networking.wireless + networking.wireless hardware.sound graphical.nvidia # peripherals.printing @@ -27,10 +27,10 @@ interfaces = { # Enable DHCP per interface eth0.useDHCP = true; - # wlp41s0.useDHCP = true; + wlp41s0.useDHCP = true; }; - # wireless.interfaces = [ "wlp41s0" ]; + wireless.interfaces = [ "wlp41s0" ]; }; i18n.defaultLocale = "en_US.UTF-8";