Matthieu Coudron
|
cf10d7aef8
|
services.openssh: support freeform settings (#193757)
* services.openssh: support freeform settings
Keep "extraConfig" but introduces "settings".
Also renames several options
(mkRenamedOptionModule [ "services" "openssh" "kbdInteractiveAuthentication" ] [ "services" "openssh" "settings" "KbdInteractiveAuthentication" ])
(mkRenamedOptionModule [ "services" "openssh" "passwordAuthentication" ] [ "services" "openssh" "settings" "PasswordAuthentication" ])
(mkRenamedOptionModule [ "services" "openssh" "useDns" ] [ "services" "openssh" "settings" "UseDns" ])
(mkRenamedOptionModule [ "services" "openssh" "permitRootLogin" ] [ "services" "openssh" "settings" "PermitRootLogin" ])
* updated doc
* regen doc
|
2023-01-15 16:32:46 +01:00 |
|
Naïm Favier
|
07cb3bf3cc
|
nixos/doc: bump Pandoc
Update the pinned channel in `md-to-db`, which bumps the Pandoc version,
which fixes https://github.com/NixOS/nixpkgs/issues/125511 maybe.
|
2022-12-27 17:23:25 +01:00 |
|
Bobby Rong
|
69bf2d1ed5
|
nixos: use only URI fragment in manual options links
|
2021-07-04 09:56:26 +08:00 |
|
Bobby Rong
|
83fc29ffb9
|
nixos: nixos/doc/manual/configuration/ssh.xml to CommonMark
|
2021-07-01 23:10:48 +08:00 |
|