adapt for new hardware
This commit is contained in:
parent
3a335817cb
commit
f434cfa3e0
3 changed files with 18 additions and 31 deletions
|
@ -7,9 +7,6 @@
|
|||
{
|
||||
imports =
|
||||
[
|
||||
<nixos-hardware/lenovo/thinkpad/x220>
|
||||
<home-manager/nixos>
|
||||
|
||||
# Include the results of the hardware scan.
|
||||
./hardware-configuration.nix
|
||||
|
||||
|
@ -29,8 +26,8 @@
|
|||
networking.hostId = "e3a397c5";
|
||||
|
||||
networking.useDHCP = false;
|
||||
networking.interfaces.enp0s25.useDHCP = true;
|
||||
networking.interfaces.wlp3s0.useDHCP = true;
|
||||
networking.interfaces.wlo1.useDHCP = true;
|
||||
networking.resolvconf.useLocalResolver = true;
|
||||
|
||||
i18n.defaultLocale = "en_US.UTF-8";
|
||||
time.timeZone = "Europe/Berlin";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue