guix/gnu
Efraim Flashner 87cf2a859d
home: services: ssh: Allow unset boolean options in ssh-config.
From man 5 ssh_config:
Unless noted otherwise, for each parameter, the first obtained value
will be used.

We want to allow falling through to the first explicitly chosen user
defined value.

* gnu/home/services.ssh.scm (define-maybe boolean): New configuration.
(openssh-host)[forward-x11?, forward-x11-trusted?, forward-agent?,
compression?]: Replace default value with maybe-boolean.
* doc/guix.texi (Secure Shell): Update documentation to match the
changes in the code.
2023-06-14 21:51:44 +03:00
..
bootloader gnu: bootloader: Add u-boot-sifive-unmatched-bootloader. 2023-06-14 14:52:21 +03:00
build gnu: image: Add support for unformatted partitions. 2023-06-14 14:52:21 +03:00
home home: services: ssh: Allow unset boolean options in ssh-config. 2023-06-14 21:51:44 +03:00
installer
machine
packages gnu: Add tuba. 2023-06-14 21:33:32 +03:00
services
system system: images: Add unmatched module. 2023-06-14 14:52:21 +03:00
tests
artwork.scm
bootloader.scm
ci.scm
compression.scm
home.scm
image.scm
installer.scm
local.mk gnu: ibus-anthy: Prepare for tests. 2023-06-14 11:05:30 -04:00
machine.scm
packages.scm
services.scm
system.scm
tests.scm