add upower service
This commit is contained in:
parent
5769469b6b
commit
e829bedfe3
5 changed files with 10 additions and 3 deletions
5
modules/features/system/upower.nix
Normal file
5
modules/features/system/upower.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{ ... }: {
|
||||
services.upower = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
Reference in a new issue