Не подскажете, как в guixsd убрать --nolisten tcp из параметров xorg? Пробовал вставить
(set-xorg-configuration (xorg-configuration (server-arguments '())))
(modify-services %desktop-services
(gdm-service-type config =>
(let (
(new-config
(gdm-configuration
(inherit config)
(xorg-configuration (xorg-configuration (server-arguments '())))
)
)
)
new-config
)
)
)