feat: readd networking to Infini-DESKTOP
This commit is contained in:
parent
b1c2633fa2
commit
a06d41fc5d
1 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
||||||
imports = suites.graphic
|
imports = suites.graphic
|
||||||
++ [ ./hardware-configuration.nix ]
|
++ [ ./hardware-configuration.nix ]
|
||||||
++ (with profiles; [
|
++ (with profiles; [
|
||||||
# networking.wireless
|
networking.wireless
|
||||||
hardware.sound
|
hardware.sound
|
||||||
graphical.nvidia
|
graphical.nvidia
|
||||||
# peripherals.printing
|
# peripherals.printing
|
||||||
|
@ -27,10 +27,10 @@
|
||||||
interfaces = {
|
interfaces = {
|
||||||
# Enable DHCP per interface
|
# Enable DHCP per interface
|
||||||
eth0.useDHCP = true;
|
eth0.useDHCP = true;
|
||||||
# wlp41s0.useDHCP = true;
|
wlp41s0.useDHCP = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
# wireless.interfaces = [ "wlp41s0" ];
|
wireless.interfaces = [ "wlp41s0" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
i18n.defaultLocale = "en_US.UTF-8";
|
i18n.defaultLocale = "en_US.UTF-8";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue