apteryx pushed a commit to branch master
in repository guix.

commit d994b9b6461318384fdc5820ea9c94dec128f7e9
Author: 45mg <[email protected]>
AuthorDate: Wed Feb 12 20:52:52 2025 +0530

    doc: Slight adjustment to network-manager-configuration.
    
    * doc/guix.texi (Networking Setup): Fix file names used in example.
    
    Change-Id: I07479958e4d0aa318328c666a9630b779230b300
---
 doc/guix.texi | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index 22e3e0c4fd..bd66adf326 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -21652,9 +21652,10 @@ For example, to add two files named 
@file{001-basic.conf} and
 (service network-manager-service-type
          (network-manager-configuration
           (extra-configuration-files
-           `(("existing-file" ,(local-file "001-basic.conf"))
-             ("constructed-file" ,(plain-file "002-unmanaged.conf"
-                                              "[keyfile]
+           `(("001-basic.conf" ,(local-file "basic.conf"))
+             ("002-unmanaged.conf" ,(plain-file "constructed-unmanaged.conf"
+                                                "\
+[keyfile]
 unmanaged-devices=interface-name:wlo1_ap\n"))))))
 @end lisp
 

Reply via email to