1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +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

View File

@@ -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