guix/gnu/home/services
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
..
desktop.scm
fontutils.scm
gnupg.scm
guix.scm
mail.scm
mcron.scm
media.scm
messaging.scm
pm.scm
shells.scm
shepherd.scm
sound.scm
ssh.scm home: services: ssh: Allow unset boolean options in ssh-config. 2023-06-14 21:51:44 +03:00
symlink-manager.scm
utils.scm
xdg.scm