From 723f00c8aba936cd19eed12f27503a777851300a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Fri, 24 Jan 2020 08:59:40 +0100 Subject: [PATCH] fix(wilde): group the settings --- systems/wilde/configuration.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/systems/wilde/configuration.nix b/systems/wilde/configuration.nix index 6baeaa3..4c0a7b5 100644 --- a/systems/wilde/configuration.nix +++ b/systems/wilde/configuration.nix @@ -5,6 +5,11 @@ ./hardware-configuration.nix + { + boot.extraModulePackages = with config.boot.kernelPackages; [ tp_smapi acpi_call ]; + boot.kernelModules = [ "tp_smapi" "acpi_call" ]; + environment.systemPackages = [ pkgs.tpacpi-bat ]; + } ]; niveum = { @@ -21,6 +26,8 @@ virtualisation.docker.enable = lib.mkForce false; + environment.systemPackages = [ pkgs.minecraft ]; + boot.loader.systemd-boot = { enable = true; configurationLimit = 5;