summaryrefslogtreecommitdiff
path: root/pc_x230.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pc_x230.nix')
-rw-r--r--pc_x230.nix6
1 files changed, 1 insertions, 5 deletions
diff --git a/pc_x230.nix b/pc_x230.nix
index 247f2b1..fbda73e 100644
--- a/pc_x230.nix
+++ b/pc_x230.nix
@@ -4,7 +4,7 @@
networking = {
hostName = "nixX230";
- interfaces.enp2s25.useDHCP = true;
+ interfaces.enp0s25.useDHCP = true;
interfaces.wlp3s0.useDHCP = true;
};
@@ -38,10 +38,6 @@
services = {
tlp = {
enable = true;
- settings = {
- START_CHARGE_THRESH_BAT0 = 90;
- STOP_CHARGE_THRESH_BAT0 = 95;
- };
};
fwupd.enable = true;
};