[NixOS] Enable acpid

This commit is contained in:
Ivan Malison 2019-05-06 07:43:31 -07:00
parent 61d83207df
commit e326147f50
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -241,6 +241,8 @@ in
programs.gnupg.agent = { enable = true; enableSSHSupport = true; };
programs.adb.enable = true;
services.acpid.enable = true;
services.openssh.enable = true;
services.avahi = {