summaryrefslogtreecommitdiff
path: root/modules/system/defaults/screensaver.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/system/defaults/screensaver.nix')
-rw-r--r--modules/system/defaults/screensaver.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/system/defaults/screensaver.nix b/modules/system/defaults/screensaver.nix
index 68bd1e0..3e5032b 100644
--- a/modules/system/defaults/screensaver.nix
+++ b/modules/system/defaults/screensaver.nix
@@ -8,7 +8,7 @@ with lib;
system.defaults.screensaver.askForPassword = mkOption {
type = types.nullOr types.bool;
default = null;
- description = lib.mdDoc ''
+ description = ''
If true, the user is prompted for a password when the screen saver is unlocked or stopped. The default is false.
'';
};
@@ -16,7 +16,7 @@ with lib;
system.defaults.screensaver.askForPasswordDelay = mkOption {
type = types.nullOr types.int;
default = null;
- description = lib.mdDoc ''
+ description = ''
The number of seconds to delay before the password will be required to unlock or stop the screen saver (the grace period).
'';
};