summary refs log tree commit diff
path: root/nixos/modules/services/misc/bees.nix
diff options
context:
space:
mode:
authorpennae <github@quasiparticle.net>2022-08-02 17:34:22 +0200
committerpennae <github@quasiparticle.net>2022-08-03 20:39:21 +0200
commit694d5b19d30bf66687b42fb77f43ea7cd1002a62 (patch)
treec6f96a086cfcf7e03ed59ef4974318e161d0925d /nixos/modules/services/misc/bees.nix
parent951c50ec6dfc10324374d905edb2c028a284859e (diff)
downloadnixpkgs-694d5b19d30bf66687b42fb77f43ea7cd1002a62.tar
nixpkgs-694d5b19d30bf66687b42fb77f43ea7cd1002a62.tar.gz
nixpkgs-694d5b19d30bf66687b42fb77f43ea7cd1002a62.tar.bz2
nixpkgs-694d5b19d30bf66687b42fb77f43ea7cd1002a62.tar.lz
nixpkgs-694d5b19d30bf66687b42fb77f43ea7cd1002a62.tar.xz
nixpkgs-694d5b19d30bf66687b42fb77f43ea7cd1002a62.tar.zst
nixpkgs-694d5b19d30bf66687b42fb77f43ea7cd1002a62.zip
nixos/*: replace </para><para> with double linebreaks
our xslt already replaces double line breaks with a paragraph close and
reopen. not using explicit para tags lets nix-doc-munge convert more
descriptions losslessly.

only whitespace changes to generated documents, except for two
strongswan options gaining paragraph two breaks they arguably should've
had anyway.
Diffstat (limited to 'nixos/modules/services/misc/bees.nix')
-rw-r--r--nixos/modules/services/misc/bees.nix9
1 files changed, 3 insertions, 6 deletions
diff --git a/nixos/modules/services/misc/bees.nix b/nixos/modules/services/misc/bees.nix
index 1b492315026..2adc9f2a1fa 100644
--- a/nixos/modules/services/misc/bees.nix
+++ b/nixos/modules/services/misc/bees.nix
@@ -17,8 +17,7 @@ let
         not configure multiple instances for subvolumes of the same filesystem
         (or block devices which are part of the same filesystem), but only for
         completely independent btrfs filesystems.
-        </para>
-        <para>
+
         This must be in a format usable by findmnt; that could be a key=value
         pair, or a bare path to a mount point.
         Using bare paths will allow systemd to start the beesd service only
@@ -31,12 +30,10 @@ let
       default = 1024; # 1GB; default from upstream beesd script
       description = ''
         Hash table size in MB; must be a multiple of 16.
-        </para>
-        <para>
+
         A larger ratio of index size to storage size means smaller blocks of
         duplicate content are recognized.
-        </para>
-        <para>
+
         If you have 1TB of data, a 4GB hash table (which is to say, a value of
         4096) will permit 4KB extents (the smallest possible size) to be
         recognized, whereas a value of 1024 -- creating a 1GB hash table --