Browse Source

See last

main
parent
commit
59f6f01184
Signed by: chris GPG Key ID: 3025DCBD46F81C0F
  1. 1
      hosts/acernitro/configuration.nix
  2. 1
      hosts/acernitro/hardware.nix

1
hosts/acernitro/configuration.nix

@ -32,6 +32,7 @@
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIO4wka/LfG3pto15DIm9LIRbb6rWr7/ipCRiCdAKSlY4 chris@chrishayward.xyz" "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIO4wka/LfG3pto15DIm9LIRbb6rWr7/ipCRiCdAKSlY4 chris@chrishayward.xyz"
]; ];
services.tlp.enable = true;
services.xserver.dpi = 96; services.xserver.dpi = 96;
services.xserver.libinput.touchpad.tapping = false; services.xserver.libinput.touchpad.tapping = false;
services.printing.enable = true; services.printing.enable = true;

1
hosts/acernitro/hardware.nix

@ -32,5 +32,6 @@
[ { device = "/dev/disk/by-uuid/bef7bf62-d26f-45b1-a1f8-1227c2f8b26a"; } [ { device = "/dev/disk/by-uuid/bef7bf62-d26f-45b1-a1f8-1227c2f8b26a"; }
]; ];
powerManagement.powertop.enable = true;
powerManagement.cpuFreqGovernor = lib.mkDefault "powersave"; powerManagement.cpuFreqGovernor = lib.mkDefault "powersave";
} }
Loading…
Cancel
Save