summaryrefslogtreecommitdiff
path: root/gnu/services/networking.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/services/networking.scm')
-rw-r--r--gnu/services/networking.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/services/networking.scm b/gnu/services/networking.scm
index ccc322648b..f03161fe58 100644
--- a/gnu/services/networking.scm
+++ b/gnu/services/networking.scm
@@ -33,6 +33,7 @@
(define* (static-networking-service interface ip
#:key
gateway
+ (provision '(networking))
(name-servers '())
(inetutils inetutils)
(net-tools net-tools))
@@ -49,7 +50,7 @@ gateway."
(documentation
(string-append "Set up networking on the '" interface
"' interface using a static IP address."))
- (provision '(networking))
+ (provision provision)
(start #~(lambda _
;; Return #t if successfully started.
(and (zero? (system* (string-append #$inetutils