about summary refs log tree commit diff
path: root/gn/deploy/octopus.scm
diff options
context:
space:
mode:
authorpjotrp2025-09-02 08:47:55 +0200
committerpjotrp2025-09-02 09:00:44 +0200
commit76cd2f196fae29090ed5a0b848a293ad0e5ee12f (patch)
tree1b33820bec8f5c5086ff7a57c3973564432034c2 /gn/deploy/octopus.scm
parent80a0ef45bc8c048b4baa6055136307bd1816a190 (diff)
downloadguix-bioinformatics-76cd2f196fae29090ed5a0b848a293ad0e5ee12f.tar.gz
Fix dhcp-client-service-type warnings
Diffstat (limited to 'gn/deploy/octopus.scm')
-rw-r--r--gn/deploy/octopus.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gn/deploy/octopus.scm b/gn/deploy/octopus.scm
index 32a0495..fc631b8 100644
--- a/gn/deploy/octopus.scm
+++ b/gn/deploy/octopus.scm
@@ -154,7 +154,7 @@
                          (run-mfsmetalogger-service? #t)
                          ))
 
-              (service dhcp-client-service-type)
+              (service dhcp-service-type)
               (service openntpd-service-type))
             %base-services))