about summary refs log tree commit diff
path: root/nixpkgs/nixos/modules/system/activation/switchable-system.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/nixos/modules/system/activation/switchable-system.nix')
-rw-r--r--nixpkgs/nixos/modules/system/activation/switchable-system.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixpkgs/nixos/modules/system/activation/switchable-system.nix b/nixpkgs/nixos/modules/system/activation/switchable-system.nix
index 00bc18e48d1f..d5bd8cc1dc11 100644
--- a/nixpkgs/nixos/modules/system/activation/switchable-system.nix
+++ b/nixpkgs/nixos/modules/system/activation/switchable-system.nix
@@ -12,7 +12,7 @@ in
     system.switch.enable = lib.mkOption {
       type = lib.types.bool;
       default = true;
-      description = lib.mdDoc ''
+      description = ''
         Whether to include the capability to switch configurations.
 
         Disabling this makes the system unable to be reconfigured via `nixos-rebuild`.