summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYegor Timoshenko <yegortimoshenko@gmail.com>2017-12-25 14:39:59 +0000
committerYegor Timoshenko <yegortimoshenko@gmail.com>2017-12-25 14:39:59 +0000
commit571bea15a4fbc8a89990a3dfe0156c21713505ad (patch)
tree61edc9e0659c5c1200f4ba8cedfb9ef748725ab5
parent008eb393030b414953596e2434c8b80c3762b10b (diff)
CODEWONERS: init
-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
}