summary refs log tree commit diff
path: root/nixos/modules/services/monitoring/apcupsd.nix
Commit message (Collapse)AuthorAge
* treewide: fix double quoted strings in meta.descriptionvolth2021-01-24
| | | | Signed-off-by: Ben Siraphob <bensiraphob@gmail.com>
* nixos/modules: Remove all usages of types.stringSilvan Mosberger2019-08-31
| | | | | | And replace them with a more appropriate type Also fix up some minor module problems along the way
* nixos: add preferLocalBuild=true; on derivations for config filesSymphorien Gibol2019-02-22
|
* treewide: systemd timeout arguments to use infinity instead of 0 (#50934)Craig Younkins2018-11-25
| | | Fixes https://github.com/NixOS/nixpkgs/issues/49700
* nixos: Move uses of stdenv.shell to runtimeShell.Shea Levy2018-03-01
|
* types.uniq types.bool -> types.boolEelco Dolstra2015-06-15
|
* nixos/apcupsd: don't evaluate event hooks at build timeBjørn Forsman2015-06-01
| | | | | | Better replace the double quotes in 'echo "${commands}"' with single quotes, to prevent the shell from doing command substitution etc. at configuration build time.
* nixos/apcupsd: add systemd documentation hintBjørn Forsman2014-09-06
| | | | | systemctl has the ability to display a list of documentation URLs in the output of "systemctl status <service-name>".
* Rewrite ‘with pkgs.lib’ -> ‘with lib’Eelco Dolstra2014-04-14
| | | | | | | | Using pkgs.lib on the spine of module evaluation is problematic because the pkgs argument depends on the result of module evaluation. To prevent an infinite recursion, pkgs and some of the modules are evaluated twice, which is inefficient. Using ‘with lib’ prevents this problem.
* apcupsd: Description -> descriptionEelco Dolstra2014-03-12
|
* nixos: capitalize a bunch of service descriptionsBjørn Forsman2013-11-09
| | | | | | | | | | | | (systemd service descriptions that is, not service descriptions in "man configuration.nix".) Capitalizing each word in the description seems to be the accepted standard. Also shorten these descriptions: * "Munin node, the agent process" => "Munin Node" * "Planet Venus, an awesome ‘river of news’ feed reader" => "Planet Venus Feed Reader"
* Move all of NixOS to nixos/ in preparation of the repository mergeEelco Dolstra2013-10-10