mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +01:00
fix(wilde): group the settings
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user