[NixOS] Enable acpid
This commit is contained in:
parent
61d83207df
commit
e326147f50
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user