multiple updates

This commit is contained in:
2025-11-18 04:22:01 +03:00
parent 1c3787a3d6
commit ccc2cdab20
10 changed files with 68 additions and 212 deletions
+1 -37
View File
@@ -12,43 +12,7 @@
nixpkgs.config.allowUnfree = true;
environment.systemPackages = with pkgs; [ kitty amnezia-vpn lenovo-legion ];
# hardware.fancontrol.enable = true;
# hardware.fancontrol.config = ''
# INTERVAL=5
# FCTEMPS=( /sys/class/hwmon/hwmon9/temp1_input )
# FCFANS=( /sys/class/hwmon/hwmon9/pwm1 )
# MINTEMP=25
# MAXTEMP=90
# MINPWM=50
# MAXPWM=200
# '';
# hardware.fancontrol.config = ''
# INTERVAL=2
# FCTEMPS=hwmon9/device/pwm1=/sys/class/hwmon/hwmon0/temp1_input
# FCFANS=hwmon9/device/pwm1=/sys/class/hwmon/hwmon9/fan1_input
# MINTEMP=hwmon9/device/pwm1=25
# MAXTEMP=hwmon9/device/pwm1=80
# MINPWM=hwmon9/device/pwm1=0
# MAXPWM=hwmon9/device/pwm1=220
# MINSTART=hwmon9/device/pwm1=25
# MINSTOP=hwmon9/device/pwm1=0
# '';
# services.thinkfan = {
# enable = true;
# levels = [
# [ 0 0 25 ] # level, low temp, high temp
# [ 1 20 55 ]
# [ 2 50 65 ]
# [ 3 60 75 ]
# [ 4 70 85 ]
# [ 7 80 200 ]
# ];
# };
# TODO: Добавить настройку вентиляторов
security.sudo.extraRules = [{
users = [ "ALL" ];