From 3c9f432a7146115b2d0b6200c4c19101c29caaba Mon Sep 17 00:00:00 2001 From: Yegor Timoshenko Date: Fri, 22 Dec 2017 20:17:00 +0300 Subject: treewide: modules -> profiles, separate dirs, list in README (#29) Enforce proper naming: all paths are lowercase and hyphen-separated, if there's a line of models (aspire, macbook-pro, thinkpad) it becomes a subdirectory. Documentation for profiles is moved to README files in respective directories. Add an Org mode table that lists all available profiles and their paths. Instead of fetching repo locally, use a Nix channel. Making hardware profiles read-only should improve quality and amount of participation long-term. --- lenovo/ideapad/z510.nix | 9 --------- lenovo/ideapad/z510/default.nix | 9 +++++++++ 2 files changed, 9 insertions(+), 9 deletions(-) delete mode 100644 lenovo/ideapad/z510.nix create mode 100644 lenovo/ideapad/z510/default.nix (limited to 'lenovo/ideapad') diff --git a/lenovo/ideapad/z510.nix b/lenovo/ideapad/z510.nix deleted file mode 100644 index 6cc6dc6..0000000 --- a/lenovo/ideapad/z510.nix +++ /dev/null @@ -1,9 +0,0 @@ -{ config, pkgs, ... }: - -{ - hardware.cpu.intel.updateMicrocode = true; - - # see https://github.com/NixOS/nixpkgs/issues/18356 - # found buggy driver with method https://wiki.ubuntu.com/DebuggingKernelSuspend - boot.blacklistedKernelModules = [ "nouveau" ]; -} diff --git a/lenovo/ideapad/z510/default.nix b/lenovo/ideapad/z510/default.nix new file mode 100644 index 0000000..6cc6dc6 --- /dev/null +++ b/lenovo/ideapad/z510/default.nix @@ -0,0 +1,9 @@ +{ config, pkgs, ... }: + +{ + hardware.cpu.intel.updateMicrocode = true; + + # see https://github.com/NixOS/nixpkgs/issues/18356 + # found buggy driver with method https://wiki.ubuntu.com/DebuggingKernelSuspend + boot.blacklistedKernelModules = [ "nouveau" ]; +} -- cgit v1.2.3