feat(tazjin/nixos): bootstrap arbat (Zhaoxin CPU notebook)
Prepares the pre-installation config (before actually running the installer on the notebook and dumping out a hardware config etc.). Change-Id: Ia74c4bfa298738cbf8c4034c22d9f8b51c7e67e0 Reviewed-on: https://cl.tvl.fyi/c/depot/+/11765 Reviewed-by: tazjin <tazjin@tvl.su> Autosubmit: tazjin <tazjin@tvl.su> Tested-by: BuildkiteCI
This commit is contained in:
parent
eba19f822a
commit
73c39fe1be
4 changed files with 64 additions and 5 deletions
|
|
@ -61,10 +61,6 @@ in
|
|||
hostId = "ee399356";
|
||||
networkmanager.enable = true;
|
||||
|
||||
extraHosts = ''
|
||||
10.101.240.1 wifi.silja.fi
|
||||
'';
|
||||
|
||||
nameservers = [
|
||||
"8.8.8.8"
|
||||
"8.8.4.4"
|
||||
|
|
@ -82,7 +78,6 @@ in
|
|||
services.xserver.libinput.touchpad.tapping = false;
|
||||
services.avahi.enable = true;
|
||||
services.tailscale.enable = true;
|
||||
powerManagement.powertop.enable = true;
|
||||
|
||||
system.stateVersion = "21.11";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue