···
1
-
<chapter xmlns="http://docbook.org/ns/docbook"
2
-
xmlns:xlink="http://www.w3.org/1999/xlink"
3
-
xmlns:xi="http://www.w3.org/2001/XInclude"
5
-
xml:id="module-programs-digitalbitbox">
6
-
<title>Digital Bitbox</title>
8
-
Digital Bitbox is a hardware wallet and second-factor authenticator.
11
-
The <literal>digitalbitbox</literal> programs module may be installed by
12
-
setting <literal>programs.digitalbitbox</literal> to <literal>true</literal>
13
-
in a manner similar to
1
+
<chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="module-programs-digitalbitbox">
2
+
<title>Digital Bitbox</title>
4
+
Digital Bitbox is a hardware wallet and second-factor authenticator.
7
+
The <literal>digitalbitbox</literal> programs module may be
8
+
installed by setting <literal>programs.digitalbitbox</literal> to
9
+
<literal>true</literal> in a manner similar to
programs.digitalbitbox.enable = true;
17
-
and bundles the <literal>digitalbitbox</literal> package (see
19
-
linkend="sec-digitalbitbox-package" />), which contains the
20
-
<literal>dbb-app</literal> and <literal>dbb-cli</literal> binaries, along
21
-
with the hardware module (see
23
-
linkend="sec-digitalbitbox-hardware-module" />) which sets up the
24
-
necessary udev rules to access the device.
27
-
Enabling the digitalbitbox module is pretty much the easiest way to get a
28
-
Digital Bitbox device working on your system.
31
-
For more information, see
32
-
<link xlink:href="https://digitalbitbox.com/start_linux" />.
34
-
<section xml:id="sec-digitalbitbox-package">
35
-
<title>Package</title>
38
-
The binaries, <literal>dbb-app</literal> (a GUI tool) and
39
-
<literal>dbb-cli</literal> (a CLI tool), are available through the
40
-
<literal>digitalbitbox</literal> package which could be installed as
15
+
and bundles the <literal>digitalbitbox</literal> package (see
16
+
<xref linkend="sec-digitalbitbox-package"></xref>), which contains
17
+
the <literal>dbb-app</literal> and <literal>dbb-cli</literal>
18
+
binaries, along with the hardware module (see
19
+
<xref linkend="sec-digitalbitbox-hardware-module"></xref>) which
20
+
sets up the necessary udev rules to access the device.
23
+
Enabling the digitalbitbox module is pretty much the easiest way to
24
+
get a Digital Bitbox device working on your system.
27
+
For more information, see
28
+
<link xlink:href="https://digitalbitbox.com/start_linux" role="uri">https://digitalbitbox.com/start_linux</link>.
30
+
<section xml:id="sec-digitalbitbox-package">
31
+
<title>Package</title>
33
+
The binaries, <literal>dbb-app</literal> (a GUI tool) and
34
+
<literal>dbb-cli</literal> (a CLI tool), are available through the
35
+
<literal>digitalbitbox</literal> package which could be installed
environment.systemPackages = [
49
-
<section xml:id="sec-digitalbitbox-hardware-module">
50
-
<title>Hardware</title>
53
-
The digitalbitbox hardware package enables the udev rules for Digital Bitbox
54
-
devices and may be installed as follows:
44
+
<section xml:id="sec-digitalbitbox-hardware-module">
45
+
<title>Hardware</title>
47
+
The digitalbitbox hardware package enables the udev rules for
48
+
Digital Bitbox devices and may be installed as follows:
hardware.digitalbitbox.enable = true;
61
-
In order to alter the udev rules, one may provide different values for the
62
-
<literal>udevRule51</literal> and <literal>udevRule52</literal> attributes
63
-
by means of overriding as follows:
54
+
In order to alter the udev rules, one may provide different values
55
+
for the <literal>udevRule51</literal> and
56
+
<literal>udevRule52</literal> attributes by means of overriding as
programs.digitalbitbox = {
package = pkgs.digitalbitbox.override {
68
-
udevRule51 = "something else";
63
+
udevRule51 = "something else";