treewide: only ever set unmergable options via lib.mkDefault

Also extract documentation from raspberry-pi/2/ profile.
This commit is contained in:
Yegor Timoshenko
2017-12-24 15:13:25 +00:00
parent a74c9bdaf8
commit 3743ae21f5
6 changed files with 58 additions and 72 deletions

View File

@@ -1,9 +1,7 @@
{ config, pkgs, ... }:
{
environment.systemPackages = with pkgs; [
ipmitool
];
environment.systemPackages = with pkgs; [ ipmitool ];
boot.kernelModules = [ "jc42" "ipmi_devintf" "ipmi_si" "tpm_rng" ];