feat: add testing host

This commit is contained in:
Infinidoge 2021-09-08 13:29:35 -04:00
parent afb0d4737d
commit b57b00ff24

View file

@ -2,10 +2,10 @@
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
]); ]);
system.stateVersion = "21.05"; system.stateVersion = "21.05";
@ -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";