diff --git a/hosts/asus-gl553vd/configs/imp.nix b/hosts/asus-gl553vd/configs/imp.nix index 73048ad..decac3c 100644 --- a/hosts/asus-gl553vd/configs/imp.nix +++ b/hosts/asus-gl553vd/configs/imp.nix @@ -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 {