about summary refs log tree commit diff
path: root/nixos/modules/services/network-filesystems
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2019-06-17 12:01:51 +0200
committerJan Tojnar <jtojnar@gmail.com>2019-06-17 12:28:26 +0200
commit11cb382a4c095656463117390baf5b03e029d8a2 (patch)
tree3c94cdfd94ba25a6fc8e54157908ab3b07277947 /nixos/modules/services/network-filesystems
parent092c25ac08ad680b30d201c946aa978e3f23d007 (diff)
downloadnixlib-11cb382a4c095656463117390baf5b03e029d8a2.tar
nixlib-11cb382a4c095656463117390baf5b03e029d8a2.tar.gz
nixlib-11cb382a4c095656463117390baf5b03e029d8a2.tar.bz2
nixlib-11cb382a4c095656463117390baf5b03e029d8a2.tar.lz
nixlib-11cb382a4c095656463117390baf5b03e029d8a2.tar.xz
nixlib-11cb382a4c095656463117390baf5b03e029d8a2.tar.zst
nixlib-11cb382a4c095656463117390baf5b03e029d8a2.zip
nixos/doc: Fix spurious indentation
Diffstat (limited to 'nixos/modules/services/network-filesystems')
-rw-r--r--nixos/modules/services/network-filesystems/samba.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/nixos/modules/services/network-filesystems/samba.nix b/nixos/modules/services/network-filesystems/samba.nix
index 10dc58311212..69368441c62c 100644
--- a/nixos/modules/services/network-filesystems/samba.nix
+++ b/nixos/modules/services/network-filesystems/samba.nix
@@ -86,10 +86,10 @@ in
 
           <note>
             <para>If you use the firewall consider adding the following:</para>
-            <programlisting>
-              networking.firewall.allowedTCPPorts = [ 139 445 ];
-              networking.firewall.allowedUDPPorts = [ 137 138 ];
-            </programlisting>
+          <programlisting>
+            networking.firewall.allowedTCPPorts = [ 139 445 ];
+            networking.firewall.allowedUDPPorts = [ 137 138 ];
+          </programlisting>
           </note>
         '';
       };