From d7d09b39c9f7cbc274a8ee4012eb3fe6c4ffe25f Mon Sep 17 00:00:00 2001 From: Alexandre Date: Tue, 1 Sep 2026 21:08:44 +0200 Subject: [PATCH] Tweaked some things --- modules_dentritic/features/core/bootloader.nix | 1 + modules_dentritic/hosts/framework16/configuration.nix | 7 +++++++ 2 files changed, 8 insertions(+) diff --git a/modules_dentritic/features/core/bootloader.nix b/modules_dentritic/features/core/bootloader.nix index 5068197..54238c9 100644 --- a/modules_dentritic/features/core/bootloader.nix +++ b/modules_dentritic/features/core/bootloader.nix @@ -2,6 +2,7 @@ { flake.nixosModules.bootloader = { pkgs, lib, inputs, ...}: { boot = { + bootspec.enable = true; lanzaboote = { enable = true; pkiBundle = "/var/lib/sbctl"; diff --git a/modules_dentritic/hosts/framework16/configuration.nix b/modules_dentritic/hosts/framework16/configuration.nix index 28c9f35..72252b5 100644 --- a/modules_dentritic/hosts/framework16/configuration.nix +++ b/modules_dentritic/hosts/framework16/configuration.nix @@ -25,6 +25,7 @@ networkmanager = { enable = true; }; + /* nftables = { enable = true; @@ -53,10 +54,15 @@ */ }; + hardware.inputmodule.enable = true; + services = { power-profiles-daemon = { enable = true; }; + tlp = { + enable = false; + }; pipewire = { enable = true; alsa = { @@ -99,6 +105,7 @@ environment = { systemPackages = with pkgs; [ playerctl + framework-tool # Video Accel libva