diff options
author | pjotrp | 2025-09-02 08:47:55 +0200 |
---|---|---|
committer | pjotrp | 2025-09-02 09:00:44 +0200 |
commit | 76cd2f196fae29090ed5a0b848a293ad0e5ee12f (patch) | |
tree | 1b33820bec8f5c5086ff7a57c3973564432034c2 /gn/services/bnw-container.scm | |
parent | 80a0ef45bc8c048b4baa6055136307bd1816a190 (diff) | |
download | guix-bioinformatics-76cd2f196fae29090ed5a0b848a293ad0e5ee12f.tar.gz |
Fix dhcp-client-service-type warnings
Diffstat (limited to 'gn/services/bnw-container.scm')
-rw-r--r-- | gn/services/bnw-container.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gn/services/bnw-container.scm b/gn/services/bnw-container.scm index 4309f75..723e063 100644 --- a/gn/services/bnw-container.scm +++ b/gn/services/bnw-container.scm @@ -84,7 +84,7 @@ ;; We don't need any packages inside the container. (packages (list coreutils)) - (services (list (service dhcp-client-service-type) + (services (list (service dhcp-service-type) (service bnw-service-type ;; The following is for testing: ;(bnw-configuration |