mirror of
https://github.com/kmein/niveum
synced 2026-03-18 02:51:08 +01:00
fix(wilde): group the settings
This commit is contained in:
@@ -5,6 +5,11 @@
|
|||||||
<niveum/configs/default.nix>
|
<niveum/configs/default.nix>
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
<stockholm/krebs/2configs/hw/x220.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 = {
|
niveum = {
|
||||||
@@ -21,6 +26,8 @@
|
|||||||
|
|
||||||
virtualisation.docker.enable = lib.mkForce false;
|
virtualisation.docker.enable = lib.mkForce false;
|
||||||
|
|
||||||
|
environment.systemPackages = [ pkgs.minecraft ];
|
||||||
|
|
||||||
boot.loader.systemd-boot = {
|
boot.loader.systemd-boot = {
|
||||||
enable = true;
|
enable = true;
|
||||||
configurationLimit = 5;
|
configurationLimit = 5;
|
||||||
|
|||||||
Reference in New Issue
Block a user