host/asus: add leds to the persistence

This commit is contained in:
Dmitriy Pleshevskiy 2024-06-14 14:19:55 +03:00
parent d06e1faf3b
commit e639bcc8f0
Signed by: pleshevskiy
GPG key ID: 17041163DA10A9A2

View file

@ -51,6 +51,7 @@
"/etc/ssh/ssh_host_rsa_key.pub" "/etc/ssh/ssh_host_rsa_key.pub"
"/etc/ssh/ssh_host_ed25519_key" "/etc/ssh/ssh_host_ed25519_key"
"/etc/ssh/ssh_host_ed25519_key.pub" "/etc/ssh/ssh_host_ed25519_key.pub"
"/sys/class/leds/asus\:\:kbd_backlight/brightness"
]; ];
}; };
"/persistent/docker" = lib.mkIf config.virtualisation.docker.enable { "/persistent/docker" = lib.mkIf config.virtualisation.docker.enable {