Tweaked some things
All checks were successful
Check config / build (push) Successful in 58s

This commit is contained in:
Alexandre 2026-09-01 21:08:44 +02:00
parent dbaa6735d9
commit d7d09b39c9
2 changed files with 8 additions and 0 deletions

View File

@ -2,6 +2,7 @@
{
flake.nixosModules.bootloader = { pkgs, lib, inputs, ...}: {
boot = {
bootspec.enable = true;
lanzaboote = {
enable = true;
pkiBundle = "/var/lib/sbctl";

View File

@ -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