syncthing

This commit is contained in:
Tao Tien 2024-06-10 17:41:44 -07:00
parent d69cc4e400
commit 0a0abf8339
3 changed files with 25 additions and 15 deletions

View file

@ -35,15 +35,15 @@
environment.etc = {
"libinput/local-overrides.quirks".text = "
# MatchUdevType=touchpad
# MatchDMIModalias=dmi:*svnFramework:pnLaptop*
# AttrEventCode=-BTN_RIGHT
# MatchUdevType=touchpad
# MatchDMIModalias=dmi:*svnFramework:pnLaptop*
# AttrEventCode=-BTN_RIGHT
[Framework Laptop 16 Keyboard Module]
MatchName=Framework Laptop 16 Keyboard Module*
# MatchUdevType=keyboard
# MatchDMIModalias=dmi:*svnFramework:pnLaptop16*
AttrKeyboardIntegration=internal";
[Framework Laptop 16 Keyboard Module]
MatchName=Framework Laptop 16 Keyboard Module*
# MatchUdevType=keyboard
# MatchDMIModalias=dmi:*svnFramework:pnLaptop16*
AttrKeyboardIntegration=internal";
};
nix.buildMachines = [
@ -81,6 +81,9 @@
"amdgpu.abmlevel=1"
];
boot.kernelModules = ["kvm-amd"];
# boot.extraModulePackages = with config.boot.kernelPackages; [
# framework-laptop-kmod
# ];
powerManagement.cpuFreqGovernor = "powersave";
systemd.sleep.extraConfig = "HibernateDelaySec=180m";