summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorDomen Kožar <domen@dev.si>2015-01-03 16:32:00 +0100
committerDomen Kožar <domen@dev.si>2015-01-03 16:32:07 +0100
commit3d7ff07258fac0957fa9bba96f397aab211fd93b (patch)
tree699a325d9b91150fa8a172cf4c5193ede465dd94 /nixos
parent77a448e96f8165da33c7c03dc8b8030fc0df2fc8 (diff)
fix manual
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/config/users-groups.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/config/users-groups.nix b/nixos/modules/config/users-groups.nix
index aee9bb7722a07..f585a27747994 100644
--- a/nixos/modules/config/users-groups.nix
+++ b/nixos/modules/config/users-groups.nix
@@ -385,13 +385,13 @@ in {
         according to <literal>users.extraUsers</literal>, but existing passwords
         will not be changed.
 
-        <warning>
+        <warning><para>
         If set to <literal>false</literal>, the contents of the user and
         group files will simply be replaced on system activation. This also
         holds for the user passwords; all changed
         passwords will be reset according to the
         <literal>users.extraUsers</literal> configuration on activation.
-        </warning>
+        </para></warning>
       '';
     };