about summary refs log tree commit diff
path: root/supermicro
diff options
context:
space:
mode:
authorYegor Timoshenko <yegortimoshenko@gmail.com>2017-12-24 15:13:25 +0000
committerYegor Timoshenko <yegortimoshenko@gmail.com>2017-12-24 15:13:25 +0000
commit3743ae21f52ce986c3a091f29eff13749a3a342f (patch)
tree986e7243b0327a647f31e618833f5a894f08d626 /supermicro
parenta74c9bdaf8ca2b1e5496db4fbd5780e84b5f4db0 (diff)
downloadnixlib-3743ae21f52ce986c3a091f29eff13749a3a342f.tar
nixlib-3743ae21f52ce986c3a091f29eff13749a3a342f.tar.gz
nixlib-3743ae21f52ce986c3a091f29eff13749a3a342f.tar.bz2
nixlib-3743ae21f52ce986c3a091f29eff13749a3a342f.tar.lz
nixlib-3743ae21f52ce986c3a091f29eff13749a3a342f.tar.xz
nixlib-3743ae21f52ce986c3a091f29eff13749a3a342f.tar.zst
nixlib-3743ae21f52ce986c3a091f29eff13749a3a342f.zip
treewide: only ever set unmergable options via lib.mkDefault
Also extract documentation from raspberry-pi/2/ profile.
Diffstat (limited to 'supermicro')
-rw-r--r--supermicro/x10sll-f/default.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/supermicro/x10sll-f/default.nix b/supermicro/x10sll-f/default.nix
index f60e6cf6fa0e..10c6cc016035 100644
--- a/supermicro/x10sll-f/default.nix
+++ b/supermicro/x10sll-f/default.nix
@@ -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" ];