summaryrefslogtreecommitdiff
path: root/doc/guix-cookbook.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/guix-cookbook.texi')
-rw-r--r--doc/guix-cookbook.texi16
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
1696After manual editing, we'll have the following definiton: 1696After 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
2114the dependent crates. 2114the dependent crates.
2115 2115
2116If everything looks good, we can now replace the contents of the @code{niri} 2116If everything looks good, we can now replace the contents of the @code{niri}
2117indentifier, located inside the @code{lookup-cargo-inputs} variable on the 2117identifier, located inside the @code{lookup-cargo-inputs} variable on the
2118bottom of the @file{gnu/packages/rust-crates.scm} module, with the newer updated 2118bottom of the @file{gnu/packages/rust-crates.scm} module, with the newer updated
2119crates by running the importer on the lockfile as follows: 2119crates 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
2866Yubico security key. It is hoped the configuration can be useful for 2866Yubico security key. It is hoped the configuration can be useful for
2867other security keys as well, with minor adjustments. 2867other 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
2871To be usable, the udev rules of the system should be extended with 2871To be usable, the udev rules of the system should be extended with
2872key-specific rules. The following shows how to extend your udev rules 2872key-specific rules. The following shows how to extend your udev rules
@@ -3070,7 +3070,7 @@ and dirty bash script […]”.
3070Thanks to NetworkManager support for Wireguard we can connect to our VPN 3070Thanks to NetworkManager support for Wireguard we can connect to our VPN
3071using @command{nmcli} command. Up to this point this guide assumes that 3071using @command{nmcli} command. Up to this point this guide assumes that
3072you're using Network Manager service provided by 3072you'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
3074list to load @code{network-manager-service-type} and reconfigure your 3074list to load @code{network-manager-service-type} and reconfigure your
3075Guix system. 3075Guix system.
3076 3076
@@ -3915,7 +3915,7 @@ indubitably dominated by a baffling smorgasbord of your neighbors' home
3915automation gizmos. This only needs to be done once: 3915automation 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
3952Changing AA:BB:CC:A4:AA:CD trust succeeded 3952Changing 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
3956Attempting to connect to AA:BB:CC:A4:AA:CD 3956Attempting 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
5429Here's what we changed compared to the previous section: 5429Here's what we changed compared to the previous section:
5430 5430
5431@enumerate 5431@enumerate
5432@item 5432@item
5433We added @code{(guix git-download)} to our set of imported modules, so 5433We added @code{(guix git-download)} to our set of imported modules, so
5434we can use its @code{git-predicate} procedure. 5434we can use its @code{git-predicate} procedure.