diff options
Diffstat (limited to 'gnu/services/networking.scm')
| -rw-r--r-- | gnu/services/networking.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/services/networking.scm b/gnu/services/networking.scm index ccc322648b5..f03161fe589 100644 --- a/gnu/services/networking.scm +++ b/gnu/services/networking.scm | |||
| @@ -33,6 +33,7 @@ | |||
| 33 | (define* (static-networking-service interface ip | 33 | (define* (static-networking-service interface ip |
| 34 | #:key | 34 | #:key |
| 35 | gateway | 35 | gateway |
| 36 | (provision '(networking)) | ||
| 36 | (name-servers '()) | 37 | (name-servers '()) |
| 37 | (inetutils inetutils) | 38 | (inetutils inetutils) |
| 38 | (net-tools net-tools)) | 39 | (net-tools net-tools)) |
| @@ -49,7 +50,7 @@ gateway." | |||
| 49 | (documentation | 50 | (documentation |
| 50 | (string-append "Set up networking on the '" interface | 51 | (string-append "Set up networking on the '" interface |
| 51 | "' interface using a static IP address.")) | 52 | "' interface using a static IP address.")) |
| 52 | (provision '(networking)) | 53 | (provision provision) |
| 53 | (start #~(lambda _ | 54 | (start #~(lambda _ |
| 54 | ;; Return #t if successfully started. | 55 | ;; Return #t if successfully started. |
| 55 | (and (zero? (system* (string-append #$inetutils | 56 | (and (zero? (system* (string-append #$inetutils |
