summaryrefslogtreecommitdiffstats
path: root/nixos/modules/tasks/scsi-link-power-management.nix
AgeCommit message (Collapse)Author
2024-04-13nixos: remove all uses of lib.mdDocstuebinm
these changes were generated with nixq 0.0.2, by running nixq ">> lib.mdDoc[remove] Argument[keep]" --batchmode nixos/**.nix nixq ">> mdDoc[remove] Argument[keep]" --batchmode nixos/**.nix nixq ">> Inherit >> mdDoc[remove]" --batchmode nixos/**.nix two mentions of the mdDoc function remain in nixos/, both of which are inside of comments. Since lib.mdDoc is already defined as just id, this commit is a no-op as far as Nix (and the built manual) is concerned.
2022-08-03nixos/*: automatically convert option docs to MDpennae
once again using nix-doc-munge (https://github.com/pennae/nix-doc-munge/commit/69d080323ae27c0d8da3967c62b925a9aedb2828)
2022-08-03nixos/*: replace </para><para> with double linebreakspennae
our xslt already replaces double line breaks with a paragraph close and reopen. not using explicit para tags lets nix-doc-munge convert more descriptions losslessly. only whitespace changes to generated documents, except for two strongswan options gaining paragraph two breaks they arguably should've had anyway.
2018-07-20[bot] nixos/*: remove unused arguments in lambdasvolth
2018-05-04nixos/powerManagement: add "med_power_with_dipm" scsiLinkPolicyTad Fisher
2015-10-25nixos: set scsi link power policy using udevJoachim Fasting
Also improve option type checking by enumerating valid policy names.
2014-04-14Rewrite ‘with pkgs.lib’ -> ‘with lib’Eelco Dolstra
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.
2013-11-26Disable various services when running inside a containerEelco Dolstra
2013-10-30Substitute "types.uniq types.string" -> "types.str"Eelco Dolstra
2013-10-10Move all of NixOS to nixos/ in preparation of the repository mergeEelco Dolstra