summaryrefslogtreecommitdiff
path: root/modules/system/nvram.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/system/nvram.nix')
-rw-r--r--modules/system/nvram.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/nvram.nix b/modules/system/nvram.nix
index efc9c99..48e75fb 100644
--- a/modules/system/nvram.nix
+++ b/modules/system/nvram.nix
@@ -22,7 +22,7 @@ in
example = {
"StartupMute" = "%01";
};
- description = lib.mdDoc ''
+ description = ''
Non-volatile RAM variables to set. Removing a key-value pair from this
list will **not** return the variable to its previous value, but will
no longer set its value on system configuration activations.