1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-28 20:12:11 +02:00

doc: Slight adjustment to network-manager-configuration.

* doc/guix.texi (Networking Setup): Fix file names used in example.

Change-Id: I07479958e4d0aa318328c666a9630b779230b300
This commit is contained in:
45mg
2025-02-12 20:52:52 +05:30
committed by Maxim Cournoyer
parent 204244f157
commit d994b9b646
+4 -3
View File
@@ -21652,9 +21652,10 @@ For example, to add two files named @file{001-basic.conf} and
(service network-manager-service-type (service network-manager-service-type
(network-manager-configuration (network-manager-configuration
(extra-configuration-files (extra-configuration-files
`(("existing-file" ,(local-file "001-basic.conf")) `(("001-basic.conf" ,(local-file "basic.conf"))
("constructed-file" ,(plain-file "002-unmanaged.conf" ("002-unmanaged.conf" ,(plain-file "constructed-unmanaged.conf"
"[keyfile] "\
[keyfile]
unmanaged-devices=interface-name:wlo1_ap\n")))))) unmanaged-devices=interface-name:wlo1_ap\n"))))))
@end lisp @end lisp