1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 18:21:07 +01:00

fix(wilde): group the settings

This commit is contained in:
Kierán Meinhardt
2020-01-24 08:59:40 +01:00
parent 692df84f28
commit 723f00c8ab

View File

@@ -5,6 +5,11 @@
<niveum/configs/default.nix>
./hardware-configuration.nix
<stockholm/krebs/2configs/hw/x220.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;