Fix problems initially introduced in commit 543d971ed2
, now reinstated.
Commit 543d971ed2
("services: configuration: Re-order generated record
fields") introduced two regressions, one in guix home and another one in the
zabbix service.
* gnu/home/services/shells.scm (home-bash-extensions): Remove the first
pattern in the match, which used to be to ignore %location.
* gnu/services/monitoring.scm (zabbix-front-end-nginx-extension): Likewise.
This commit is contained in:
parent
44554e7133
commit
238248aac9
@ -480,7 +480,7 @@ with text blocks from other extensions and the base service."))
|
|||||||
|
|
||||||
(define (home-bash-extensions original-config extension-configs)
|
(define (home-bash-extensions original-config extension-configs)
|
||||||
(match original-config
|
(match original-config
|
||||||
(($ <home-bash-configuration> _ _ _ environment-variables aliases
|
(($ <home-bash-configuration> _ _ environment-variables aliases
|
||||||
bash-profile bashrc bash-logout)
|
bash-profile bashrc bash-logout)
|
||||||
(home-bash-configuration
|
(home-bash-configuration
|
||||||
(inherit original-config)
|
(inherit original-config)
|
||||||
|
@ -576,7 +576,7 @@ fastcgi_param PHP_VALUE \"post_max_size = 16M
|
|||||||
|
|
||||||
(define (zabbix-front-end-nginx-extension config)
|
(define (zabbix-front-end-nginx-extension config)
|
||||||
(match config
|
(match config
|
||||||
(($ <zabbix-front-end-configuration> _ server nginx)
|
(($ <zabbix-front-end-configuration> server nginx)
|
||||||
(if (null? nginx)
|
(if (null? nginx)
|
||||||
(list
|
(list
|
||||||
(nginx-server-configuration
|
(nginx-server-configuration
|
||||||
|
Loading…
Reference in New Issue
Block a user