diff options
Diffstat (limited to 'doc/guix-cookbook.texi')
| -rw-r--r-- | doc/guix-cookbook.texi | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/guix-cookbook.texi b/doc/guix-cookbook.texi index d45ca1ab3ee..c08dab278b0 100644 --- a/doc/guix-cookbook.texi +++ b/doc/guix-cookbook.texi | |||
| @@ -1693,7 +1693,7 @@ Reference Manual}): | |||
| 1693 | $ guix import crate cargo-audit | 1693 | $ guix import crate cargo-audit |
| 1694 | @end example | 1694 | @end example |
| 1695 | 1695 | ||
| 1696 | After manual editing, we'll have the following definiton: | 1696 | After manual editing, we'll have the following definition: |
| 1697 | 1697 | ||
| 1698 | @lisp | 1698 | @lisp |
| 1699 | (define-public cargo-audit | 1699 | (define-public cargo-audit |
| @@ -2114,7 +2114,7 @@ crates being imported. The last one will output the license information of all | |||
| 2114 | the dependent crates. | 2114 | the dependent crates. |
| 2115 | 2115 | ||
| 2116 | If everything looks good, we can now replace the contents of the @code{niri} | 2116 | If everything looks good, we can now replace the contents of the @code{niri} |
| 2117 | indentifier, located inside the @code{lookup-cargo-inputs} variable on the | 2117 | identifier, located inside the @code{lookup-cargo-inputs} variable on the |
| 2118 | bottom of the @file{gnu/packages/rust-crates.scm} module, with the newer updated | 2118 | bottom of the @file{gnu/packages/rust-crates.scm} module, with the newer updated |
| 2119 | crates by running the importer on the lockfile as follows: | 2119 | crates by running the importer on the lockfile as follows: |
| 2120 | 2120 | ||
| @@ -2866,7 +2866,7 @@ configuration needs to be made on your Guix System to allow the use of a | |||
| 2866 | Yubico security key. It is hoped the configuration can be useful for | 2866 | Yubico security key. It is hoped the configuration can be useful for |
| 2867 | other security keys as well, with minor adjustments. | 2867 | other security keys as well, with minor adjustments. |
| 2868 | 2868 | ||
| 2869 | @subsection Configuration for use as a two-factor authenticator (2FA) | 2869 | @subsection Configuration for use as a two-factor authentication (2FA) |
| 2870 | 2870 | ||
| 2871 | To be usable, the udev rules of the system should be extended with | 2871 | To be usable, the udev rules of the system should be extended with |
| 2872 | key-specific rules. The following shows how to extend your udev rules | 2872 | key-specific rules. The following shows how to extend your udev rules |
| @@ -3070,7 +3070,7 @@ and dirty bash script […]”. | |||
| 3070 | Thanks to NetworkManager support for Wireguard we can connect to our VPN | 3070 | Thanks to NetworkManager support for Wireguard we can connect to our VPN |
| 3071 | using @command{nmcli} command. Up to this point this guide assumes that | 3071 | using @command{nmcli} command. Up to this point this guide assumes that |
| 3072 | you're using Network Manager service provided by | 3072 | you're using Network Manager service provided by |
| 3073 | @code{%desktop-services}. Ortherwise you need to adjust your services | 3073 | @code{%desktop-services}. Otherwise you need to adjust your services |
| 3074 | list to load @code{network-manager-service-type} and reconfigure your | 3074 | list to load @code{network-manager-service-type} and reconfigure your |
| 3075 | Guix system. | 3075 | Guix system. |
| 3076 | 3076 | ||
| @@ -3915,7 +3915,7 @@ indubitably dominated by a baffling smorgasbord of your neighbors' home | |||
| 3915 | automation gizmos. This only needs to be done once: | 3915 | automation gizmos. This only needs to be done once: |
| 3916 | 3916 | ||
| 3917 | @example | 3917 | @example |
| 3918 | $ bluetoothctl | 3918 | $ bluetoothctl |
| 3919 | [NEW] Controller 00:11:22:33:95:7F BlueZ 5.40 [default] | 3919 | [NEW] Controller 00:11:22:33:95:7F BlueZ 5.40 [default] |
| 3920 | 3920 | ||
| 3921 | [bluetooth]# power on | 3921 | [bluetooth]# power on |
| @@ -3946,12 +3946,12 @@ Pairing successful | |||
| 3946 | 3946 | ||
| 3947 | [CHG] Device AA:BB:CC:A4:AA:CD Connected: no | 3947 | [CHG] Device AA:BB:CC:A4:AA:CD Connected: no |
| 3948 | 3948 | ||
| 3949 | [bluetooth]# | 3949 | [bluetooth]# |
| 3950 | [bluetooth]# trust AA:BB:CC:A4:AA:CD | 3950 | [bluetooth]# trust AA:BB:CC:A4:AA:CD |
| 3951 | [bluetooth]# [CHG] Device AA:BB:CC:A4:AA:CD Trusted: yes | 3951 | [bluetooth]# [CHG] Device AA:BB:CC:A4:AA:CD Trusted: yes |
| 3952 | Changing AA:BB:CC:A4:AA:CD trust succeeded | 3952 | Changing AA:BB:CC:A4:AA:CD trust succeeded |
| 3953 | 3953 | ||
| 3954 | [bluetooth]# | 3954 | [bluetooth]# |
| 3955 | [bluetooth]# connect AA:BB:CC:A4:AA:CD | 3955 | [bluetooth]# connect AA:BB:CC:A4:AA:CD |
| 3956 | Attempting to connect to AA:BB:CC:A4:AA:CD | 3956 | Attempting to connect to AA:BB:CC:A4:AA:CD |
| 3957 | [bluetooth]# [CHG] Device AA:BB:CC:A4:AA:CD RSSI: -63 | 3957 | [bluetooth]# [CHG] Device AA:BB:CC:A4:AA:CD RSSI: -63 |
| @@ -5428,7 +5428,7 @@ field, along these lines: | |||
| 5428 | 5428 | ||
| 5429 | Here's what we changed compared to the previous section: | 5429 | Here's what we changed compared to the previous section: |
| 5430 | 5430 | ||
| 5431 | @enumerate | 5431 | @enumerate |
| 5432 | @item | 5432 | @item |
| 5433 | We added @code{(guix git-download)} to our set of imported modules, so | 5433 | We added @code{(guix git-download)} to our set of imported modules, so |
| 5434 | we can use its @code{git-predicate} procedure. | 5434 | we can use its @code{git-predicate} procedure. |
