nixos/*: remove trailing period in mkEnableOptions

those are added by mkEnableOption, and .. is replaced to … by markdown
processing.
This commit is contained in:
pennae
2023-02-01 06:12:57 +01:00
committed by Florian Brandes
parent cb12267aa0
commit 2610f45516
27 changed files with 39 additions and 39 deletions

View File

@@ -20,7 +20,7 @@ in
###### interface
options = {
boot.kernel.enable = mkEnableOption (lib.mdDoc "the Linux kernel. This is useful for systemd-like containers which do not require a kernel.") // {
boot.kernel.enable = mkEnableOption (lib.mdDoc "the Linux kernel. This is useful for systemd-like containers which do not require a kernel") // {
default = true;
};