things
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user