backlighting
This commit is contained in:
parent
1d75ad14ea
commit
f71e76fd50
|
@ -258,6 +258,10 @@
|
||||||
services.tailscale.enable = true;
|
services.tailscale.enable = true;
|
||||||
services.syncthing.enable = true;
|
services.syncthing.enable = true;
|
||||||
|
|
||||||
|
services.udev.extraRules = ''
|
||||||
|
ACTION=="add", SUBSYSTEM=="backlight", GROUP="video", MODE="0660"
|
||||||
|
'';
|
||||||
|
|
||||||
programs.gnupg.agent = {
|
programs.gnupg.agent = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableSSHSupport = true;
|
enableSSHSupport = true;
|
||||||
|
|
Loading…
Reference in New Issue