mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
doc: Use @lisp for 'static-networking-service-type' example.
* doc/guix.texi (Networking Setup): Use @lisp for 'static-networking-service-type' example.
This commit is contained in:
parent
8da6dfb0bb
commit
d68cc7fe96
1 changed files with 2 additions and 2 deletions
|
@ -17078,7 +17078,7 @@ show below.
|
||||||
Here is the simplest configuration, with only one network interface
|
Here is the simplest configuration, with only one network interface
|
||||||
controller (NIC) and only IPv4 connectivity:
|
controller (NIC) and only IPv4 connectivity:
|
||||||
|
|
||||||
@example
|
@lisp
|
||||||
;; Static networking for one NIC, IPv4-only.
|
;; Static networking for one NIC, IPv4-only.
|
||||||
(service static-networking-service-type
|
(service static-networking-service-type
|
||||||
(list (static-networking
|
(list (static-networking
|
||||||
|
@ -17091,7 +17091,7 @@ controller (NIC) and only IPv4 connectivity:
|
||||||
(destination "default")
|
(destination "default")
|
||||||
(gateway "10.0.2.2"))))
|
(gateway "10.0.2.2"))))
|
||||||
(name-servers '("10.0.2.3")))))
|
(name-servers '("10.0.2.3")))))
|
||||||
@end example
|
@end lisp
|
||||||
|
|
||||||
The snippet above can be added to the @code{services} field of your
|
The snippet above can be added to the @code{services} field of your
|
||||||
operating system configuration (@pxref{Using the Configuration System}).
|
operating system configuration (@pxref{Using the Configuration System}).
|
||||||
|
|
Loading…
Reference in a new issue