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/deploy/octopus.scm | |
parent | 80a0ef45bc8c048b4baa6055136307bd1816a190 (diff) | |
download | guix-bioinformatics-76cd2f196fae29090ed5a0b848a293ad0e5ee12f.tar.gz |
Fix dhcp-client-service-type warnings
Diffstat (limited to 'gn/deploy/octopus.scm')
-rw-r--r-- | gn/deploy/octopus.scm | 2 |
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)) |