From e639bcc8f01ced00ca5ecc118567e3f0f7c43552 Mon Sep 17 00:00:00 2001 From: Dmitriy Pleshevskiy Date: Fri, 14 Jun 2024 14:19:55 +0300 Subject: [PATCH] host/asus: add leds to the persistence --- hosts/asus-gl553vd/configs/imp.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/asus-gl553vd/configs/imp.nix b/hosts/asus-gl553vd/configs/imp.nix index f81f7c7..73048ad 100644 --- a/hosts/asus-gl553vd/configs/imp.nix +++ b/hosts/asus-gl553vd/configs/imp.nix @@ -51,6 +51,7 @@ "/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 {