summaryrefslogtreecommitdiff
path: root/pc_x230.nix
diff options
context:
space:
mode:
authorJulian T <julian@jtle.dk>2022-03-14 18:50:46 +0100
committerJulian T <julian@jtle.dk>2022-03-14 18:50:46 +0100
commit535cda761c846195e0e0f36bed6ad5e77587e794 (patch)
tree8b33c3430f79dcec19a0d9aea4e980e9710be8b6 /pc_x230.nix
parent122fb9a33ec133070a4d0c9da34607b480e2a29e (diff)
More keymapping and x230 things
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;
};