host/asus: use default brightness value instead
This commit is contained in:
parent
e639bcc8f0
commit
a67cadfd8d
1 changed files with 2 additions and 1 deletions
|
@ -26,6 +26,8 @@
|
|||
delete_subvolume_recursively "$i"
|
||||
done
|
||||
|
||||
echo 1 | tee /btrfs_tmp/root/sys/class/leds/asus\:\:kbd_backlight/brightness
|
||||
|
||||
btrfs subvolume create /btrfs_tmp/root
|
||||
umount /btrfs_tmp
|
||||
rm -r /btrfs_tmp
|
||||
|
@ -51,7 +53,6 @@
|
|||
"/etc/ssh/ssh_host_rsa_key.pub"
|
||||
"/etc/ssh/ssh_host_ed25519_key"
|
||||
"/etc/ssh/ssh_host_ed25519_key.pub"
|
||||
"/sys/class/leds/asus\:\:kbd_backlight/brightness"
|
||||
];
|
||||
};
|
||||
"/persistent/docker" = lib.mkIf config.virtualisation.docker.enable {
|
||||
|
|
Loading…
Reference in a new issue