about summary refs log tree commit diff
path: root/modules/services/upower-minimal.nix
Commit message (Collapse)AuthorAgeFilesLines
* services/upower-minimal: use empty config by defaultProfpatsch2022-06-271-3/+1
| | | | | | I think the `null` still came from the nixpkgs module. Not sure whether upower will like an empty config file, but we’ll see.
* modules/upower-minimal: Fix option descriptionaszlig2022-03-241-1/+1
| | | | | | | | | Regression introduced by 652ac49da16123016c36537dc28331649a63bf7b. This breaks the build of the manual because the <literal/> tag wasn't closed. Signed-off-by: aszlig <aszlig@nix.build>
* modules/upower: add a reload trigger if the config changesProfpatsch2022-03-161-3/+6
| | | | | | We should restart the service if its config changes. Since the service file from the upstream distribution is used, we have to manually add a trigger for that to happen.
* machines/profpatsch/base-workstation: add upower with suspendProfpatsch2022-03-161-0/+84
Upstream is dumb, but the tool is certainly useful, so let’s patch it to make it workable and then also patch the nixos module …