* doc/guix.texi (Networking Services): Add example for static-networking-service. --- doc/guix.texi | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/guix.texi b/doc/guix.texi index e1046eb51..592d51a47 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -11616,6 +11616,15 @@ interface of interest. Behind the scenes what it does is extend to handle. @end deffn +For example: + +@example +(static-networking-service "eno1" "192.168.1.82" + #:gateway "192.168.1.2" + #:name-servers '("192.168.1.2")) +@end example +@end deffn + @cindex wicd @cindex wireless @cindex WiFi -- 2.11.0