diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2025-06-06 18:22:51 +0200 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2025-06-06 18:22:51 +0200 |
| commit | 33ec2f58ffb66da80e32854d27e5be376365ad69 (patch) | |
| tree | dfe7c7f5be0af3ff65e3fccbc93236e154aba68d /gnu/services | |
| parent | 5f3a33f659b40b52875e142fc39449430e22e537 (diff) | |
services: iwd: Provide default value in <iwd-settings>.
Fixes a failure of ‘tests/guix-system.sh’, when running ‘guix system
search .’:
2296:10 3 (iwd-environment _)
2165:0 2 (%iwd-network-settings-name-resolving-service-procedure #)
In ice-9/boot-9.scm:
1685:16 1 (raise-exception _ #:continuable? _)
1685:16 0 (raise-exception _ #:continuable? _)
ice-9/boot-9.scm:1685:16: In procedure raise-exception:
In procedure struct-vtable: Wrong type argument in position 1 (expecting struct): %unset-marker%
* gnu/services/networking.scm (iwd-settings)[network]: Provide default
value.
Change-Id: I2ea28853f698583ceeaa0b56cde8447fe3546dc3
Diffstat (limited to 'gnu/services')
| -rw-r--r-- | gnu/services/networking.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/services/networking.scm b/gnu/services/networking.scm index 9825e5f75b2..adf2ac7a7de 100644 --- a/gnu/services/networking.scm +++ b/gnu/services/networking.scm @@ -2228,7 +2228,7 @@ appended to the Scan settings group.") "General settings.") (network - maybe-iwd-network-settings + (maybe-iwd-network-settings (iwd-network-settings)) "Network settings.") (scan |
