diff options
author | 45mg <45mg.writes@gmail.com> | 2025-02-12 20:52:52 +0530 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2025-02-13 14:12:22 +0900 |
commit | d994b9b6461318384fdc5820ea9c94dec128f7e9 (patch) | |
tree | b8fb782e59382c9a602576ead98442c93852dc0d | |
parent | 204244f157bde583e03729c64f5c36a5af4b046a (diff) | |
download | guix-d994b9b6461318384fdc5820ea9c94dec128f7e9.tar.gz guix-d994b9b6461318384fdc5820ea9c94dec128f7e9.zip |
doc: Slight adjustment to network-manager-configuration.
* doc/guix.texi (Networking Setup): Fix file names used in example.
Change-Id: I07479958e4d0aa318328c666a9630b779230b300
-rw-r--r-- | doc/guix.texi | 7 |
1 files 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 |