This commit is contained in:
2025-01-24 16:18:14 -05:00
parent e52ddc3314
commit 41d3167311
13 changed files with 138 additions and 75 deletions

View File

@@ -15,8 +15,6 @@
inputs.lanzaboote.nixosModules.lanzaboote
];
time.timeZone = lib.mkForce "Europe/Stockholm";
services.tlp = {
enable = true;
settings = {
@@ -118,5 +116,10 @@
# https://github.com/NixOS/nixos-hardware/pull/1253
# hardware.framework.laptop13.audioEnhancement = {
# enable = true;
# };
# };i
# disable framework kernel module
# https://github.com/NixOS/nixos-hardware/issues/1330
hardware.framework.enableKmod = false;
}