summaryrefslogtreecommitdiff
path: root/modules/system/nvram.nix
diff options
context:
space:
mode:
authorMike Vink <59492084+ivi-vink@users.noreply.github.com>2025-01-16 22:22:34 +0100
committerGitHub <noreply@github.com>2025-01-16 22:22:34 +0100
commit8e7bd91f353caacc0bc4105f573eb3e17f09e03a (patch)
treec5059edcbebd9644290cad7c653c49a36d593021 /modules/system/nvram.nix
parent6bd39d420578aacf7c0bab7de3e7027b952115ae (diff)
parentbd921223ba7cdac346477d7ea5204d6f4736fcc6 (diff)
Merge branch 'LnL7:master' into masterHEADmaster
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.