mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
feat: move violet to server role i think
This commit is contained in:
parent
97e9cfc11c
commit
613dd0996c
1 changed files with 0 additions and 28 deletions
|
|
@ -16,34 +16,6 @@
|
||||||
|
|
||||||
time.timeZone = "Europe/Amsterdam";
|
time.timeZone = "Europe/Amsterdam";
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
|
||||||
pkgs.kitty.terminfo
|
|
||||||
acpi
|
|
||||||
brightnessctl
|
|
||||||
cpupower-gui
|
|
||||||
powertop
|
|
||||||
];
|
|
||||||
|
|
||||||
services = {
|
|
||||||
thermald.enable = true;
|
|
||||||
# cpupower-gui.enable = true;
|
|
||||||
# power-profiles-daemon.enable = true;
|
|
||||||
|
|
||||||
# auto-cpufreq = {
|
|
||||||
# enable = true;
|
|
||||||
# settings = {
|
|
||||||
# battery = {
|
|
||||||
# governor = "powersave";
|
|
||||||
# turbo = "auto";
|
|
||||||
# };
|
|
||||||
# charger = {
|
|
||||||
# governor = "performance";
|
|
||||||
# turbo = "auto";
|
|
||||||
# };
|
|
||||||
# };
|
|
||||||
# };
|
|
||||||
};
|
|
||||||
|
|
||||||
boot = {
|
boot = {
|
||||||
loader.grub = {
|
loader.grub = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue