From 1825c484c459e3b0364d0b8aa1dc755cad2e0b9a Mon Sep 17 00:00:00 2001 From: Hilton Chain Date: Sat, 13 Jan 2024 21:32:50 +0800 Subject: [PATCH] services: iwd: Remove resolvconf configuration. * rosenthal/services/networking.scm (iwd-configuration)[resolvconf]: Remove field. [iwd-shepherd-service]: Adjust accordingly. --- rosenthal/services/networking.scm | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/rosenthal/services/networking.scm b/rosenthal/services/networking.scm index db508b5..517158b 100644 --- a/rosenthal/services/networking.scm +++ b/rosenthal/services/networking.scm @@ -7,7 +7,6 @@ #:use-module (ice-9 match) #:use-module (guix gexp) #:use-module (guix records) - #:use-module (gnu packages dns) #:use-module (gnu packages linux) #:use-module (gnu packages networking) #:use-module (gnu services) @@ -148,10 +147,6 @@ (file-like iwd) "The iwd package to use.") - (resolvconf - (file-like openresolv) - "The resolvconf package to use.") - (log-file (string "/var/log/iwd.log") "Log file location.") @@ -334,7 +329,7 @@ list, power save will be disabled.")) (define (iwd-shepherd-service config) (match-record config - (iwd resolvconf log-file + (iwd log-file enable-network-configuration? name-resolving-service) (let ((conf (serialize-iwd-configuration config))) (list (shepherd-service