diff options
author | Vincent Ambo <mail@tazj.in> | 2024-06-08T21·18+0300 |
---|---|---|
committer | tazjin <mail@tazj.in> | 2024-06-09T11·36+0000 |
commit | 73c39fe1befc64a0612ac9af3887afbf5ba34f85 (patch) | |
tree | 286be628c15d3e64d61e8477f5023bfc1d21e843 /users/tazjin/nixos/zamalek/default.nix | |
parent | eba19f822a546035bc8cd568554f4f198ad2b3a7 (diff) |
feat(tazjin/nixos): bootstrap arbat (Zhaoxin CPU notebook) r/8229
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
Diffstat (limited to 'users/tazjin/nixos/zamalek/default.nix')
-rw-r--r-- | users/tazjin/nixos/zamalek/default.nix | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/users/tazjin/nixos/zamalek/default.nix b/users/tazjin/nixos/zamalek/default.nix index a340e8a3e897..29effaa9bdd7 100644 --- a/users/tazjin/nixos/zamalek/default.nix +++ b/users/tazjin/nixos/zamalek/default.nix @@ -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"; } |