add upower service
This commit is contained in:
parent
5769469b6b
commit
e829bedfe3
5 changed files with 10 additions and 3 deletions
|
|
@ -15,7 +15,7 @@
|
|||
{
|
||||
spf = "superfile";
|
||||
}
|
||||
(lib.mkIf osconfig.virtualisation.waydroid.enable {
|
||||
(lib.optionalAttrs osconfig.virtualisation.waydroid.enable {
|
||||
wss = "waydroid session stop; exit;";
|
||||
})
|
||||
];
|
||||
|
|
|
|||
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