mirror of
				https://github.com/NixOS/nixos-hardware.git
				synced 2025-11-04 09:17:14 +08:00 
			
		
		
		
	Update asus/battery.nix
Co-authored-by: Jörg Thalheim <Mic92@users.noreply.github.com>
This commit is contained in:
		@@ -7,7 +7,7 @@ let
 | 
				
			|||||||
in
 | 
					in
 | 
				
			||||||
 | 
					
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
  options.hardware.asus.chargeUpto = lib.mkOption {
 | 
					  options.hardware.asus.battery.chargeUpto = lib.mkOption {
 | 
				
			||||||
    description = "Maximum level of charge for your battery, as a percentage.";
 | 
					    description = "Maximum level of charge for your battery, as a percentage.";
 | 
				
			||||||
    default = 100;
 | 
					    default = 100;
 | 
				
			||||||
    type = lib.types.int;
 | 
					    type = lib.types.int;
 | 
				
			||||||
@@ -15,7 +15,7 @@ in
 | 
				
			|||||||
  config = {
 | 
					  config = {
 | 
				
			||||||
    environment.systemPackages = [ p ];
 | 
					    environment.systemPackages = [ p ];
 | 
				
			||||||
    systemd.tmpfiles.rules = [
 | 
					    systemd.tmpfiles.rules = [
 | 
				
			||||||
      "w /sys/class/power_supply/BAT0/charge_control_end_threshold - - - - ${toString cfg.chargeUpto}"
 | 
					      "w /sys/class/power_supply/BAT0/charge_control_end_threshold - - - - ${toString cfg.battery.chargeUpto}"
 | 
				
			||||||
    ];
 | 
					    ];
 | 
				
			||||||
  };
 | 
					  };
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user