This commit is contained in:
parent
dbaa6735d9
commit
d7d09b39c9
@ -2,6 +2,7 @@
|
||||
{
|
||||
flake.nixosModules.bootloader = { pkgs, lib, inputs, ...}: {
|
||||
boot = {
|
||||
bootspec.enable = true;
|
||||
lanzaboote = {
|
||||
enable = true;
|
||||
pkiBundle = "/var/lib/sbctl";
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user