about summary refs log tree commit diff
path: root/nixos/modules/config
diff options
context:
space:
mode:
authormichael bishop <cleverca22@gmail.com>2016-12-16 12:58:40 -0400
committerJörg Thalheim <joerg@higgsboson.tk>2016-12-16 18:29:25 +0100
commite5cefadef7995b3eafacaf6f1f9099da0f7ccf79 (patch)
tree7921e0da0b25c1ba82087339d83bde3fed3cb284 /nixos/modules/config
parent1946e872c04079f25e30ed9b3fa9e09f9f9e661c (diff)
downloadnixlib-e5cefadef7995b3eafacaf6f1f9099da0f7ccf79.tar
nixlib-e5cefadef7995b3eafacaf6f1f9099da0f7ccf79.tar.gz
nixlib-e5cefadef7995b3eafacaf6f1f9099da0f7ccf79.tar.bz2
nixlib-e5cefadef7995b3eafacaf6f1f9099da0f7ccf79.tar.lz
nixlib-e5cefadef7995b3eafacaf6f1f9099da0f7ccf79.tar.xz
nixlib-e5cefadef7995b3eafacaf6f1f9099da0f7ccf79.tar.zst
nixlib-e5cefadef7995b3eafacaf6f1f9099da0f7ccf79.zip
fix indentation in several nixos option descriptions
Diffstat (limited to 'nixos/modules/config')
-rw-r--r--nixos/modules/config/gnu.nix10
-rw-r--r--nixos/modules/config/i18n.nix2
2 files changed, 6 insertions, 6 deletions
diff --git a/nixos/modules/config/gnu.nix b/nixos/modules/config/gnu.nix
index f8c35b440d12..ef48ccb7b4fe 100644
--- a/nixos/modules/config/gnu.nix
+++ b/nixos/modules/config/gnu.nix
@@ -7,11 +7,11 @@ with lib;
     gnu = mkOption {
       type = types.bool;
       default = false;
-      description =
-        '' When enabled, GNU software is chosen by default whenever a there is
-           a choice between GNU and non-GNU software (e.g., GNU lsh
-           vs. OpenSSH).
-        '';
+      description = ''
+        When enabled, GNU software is chosen by default whenever a there is
+        a choice between GNU and non-GNU software (e.g., GNU lsh
+        vs. OpenSSH).
+      '';
     };
   };
 
diff --git a/nixos/modules/config/i18n.nix b/nixos/modules/config/i18n.nix
index d7fd38ebed9a..799f0793c74f 100644
--- a/nixos/modules/config/i18n.nix
+++ b/nixos/modules/config/i18n.nix
@@ -46,7 +46,7 @@ in
         default = with pkgs.kbdKeymaps; [ dvp neo ];
         defaultText = ''with pkgs.kbdKeymaps; [ dvp neo ]'';
         description = ''
-	  List of additional packages that provide console fonts, keymaps and
+          List of additional packages that provide console fonts, keymaps and
           other resources.
         '';
       };