summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CODEOWNERS1
-rw-r--r--lenovo/thinkpad/x250/default.nix2
2 files changed, 1 insertions, 2 deletions
diff --git a/CODEOWNERS b/CODEOWNERS
new file mode 100644
index 0000000..436b947
--- /dev/null
+++ b/CODEOWNERS
@@ -0,0 +1 @@
+lenovo/thinkpad/x250 @Mic92
diff --git a/lenovo/thinkpad/x250/default.nix b/lenovo/thinkpad/x250/default.nix
index 36a1a8e..c88fa78 100644
--- a/lenovo/thinkpad/x250/default.nix
+++ b/lenovo/thinkpad/x250/default.nix
@@ -10,6 +10,4 @@
# However it requires to set a different `sensor` for this hardware, since there is no /proc/acpi/ibm/thermal
# Regulation also works fine without thinkfan daemon though.
services.thinkfan.enable = lib.mkOverride 900 false;
-
- # maintainers: Mic92
}