backlighting

This commit is contained in:
Kyle Isom 2025-05-03 00:28:45 -07:00
parent 1d75ad14ea
commit f71e76fd50
1 changed files with 4 additions and 0 deletions

View File

@ -258,6 +258,10 @@
services.tailscale.enable = true;
services.syncthing.enable = true;
services.udev.extraRules = ''
ACTION=="add", SUBSYSTEM=="backlight", GROUP="video", MODE="0660"
'';
programs.gnupg.agent = {
enable = true;
enableSSHSupport = true;