[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/03: hydra: milano-guix-1: Configure dhcp client to only work with eno
From: |
Christopher Baines |
Subject: |
03/03: hydra: milano-guix-1: Configure dhcp client to only work with eno1. |
Date: |
Tue, 25 Oct 2022 10:55:46 -0400 (EDT) |
cbaines pushed a commit to branch master
in repository maintenance.
commit 988c645059bc1da39d2cba2ddba7e58a96001725
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Tue Oct 25 15:51:32 2022 +0100
hydra: milano-guix-1: Configure dhcp client to only work with eno1.
To avoid logging noise.
* hydra/milano-guix-1.scm [operating-system]<services>: Configure
dhcp-client-service-type to only use the eno1 interface.
---
hydra/milano-guix-1.scm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/hydra/milano-guix-1.scm b/hydra/milano-guix-1.scm
index d69aafc..528bc98 100644
--- a/hydra/milano-guix-1.scm
+++ b/hydra/milano-guix-1.scm
@@ -138,7 +138,9 @@
;; Services
(services
(append (list
- (service dhcp-client-service-type)
+ (service dhcp-client-service-type
+ (dhcp-client-configuration
+ (interfaces '("eno1"))))
(service openssh-service-type
(openssh-configuration