diff options
Diffstat (limited to 'gnu/system/linux-container.scm')
-rw-r--r-- | gnu/system/linux-container.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/system/linux-container.scm b/gnu/system/linux-container.scm index 23298638b7..d16d1e78b5 100644 --- a/gnu/system/linux-container.scm +++ b/gnu/system/linux-container.scm @@ -134,7 +134,7 @@ containerized OS. EXTRA-FILE-SYSTEMS is a list of file systems to add to OS." ;; Replace these with dummy-networking-service-type below. (list static-networking-service-type - dhcp-client-service-type + dhcpcd-service-type network-manager-service-type connman-service-type) (list static-networking-service-type)))) ;loopback |