Maximilian Bosch e515dce892 nixos/sshd: fix sshd.conf validity check
When using e.g. `{ addr = "[::]"; port = 22; }` at `listenAddresses`,
the check fails because of an escaping issue[1] with

    last 1 log lines:
    > Invalid test mode specification -f
    For full logs, run 'nix log /nix/store/c6pbpw5hjkjgipmarwyic9zyqr1xaix5-check-sshd-config.drv'

Using `lib.escapeShellArg` appears to solve the problem.

[1] https://github.com/NixOS/nixpkgs/pull/256090#issuecomment-1738063528
2023-09-28 00:11:31 +00:00
..
2023-09-15 15:38:49 +02:00
2023-07-18 16:58:37 +08:00
2023-09-25 10:17:44 +04:00
2023-08-10 03:04:04 +02:00
2023-09-03 03:06:52 +08:00
2023-08-15 19:20:39 +08:00
2023-07-29 11:56:58 +01:00
2023-08-27 23:43:40 +02:00
2023-09-23 10:04:02 +02:00
2023-08-23 00:25:47 +02:00
2023-08-10 20:43:26 +02:00
2023-09-07 08:59:40 +00:00
2023-07-13 11:11:01 +02:00
2023-08-27 09:52:43 +02:00
2023-08-13 17:49:19 +02:00
2023-07-22 12:49:23 +02:00
2023-09-20 09:07:28 -07:00
2023-09-02 17:15:56 +02:00
2023-08-20 18:20:39 +02:00
2023-08-01 13:01:54 +08:00
2023-09-22 15:14:14 +02:00
2023-07-23 01:24:51 +03:00
2023-07-22 16:38:13 +02:00
2023-08-23 12:25:34 +00:00
2023-09-17 00:02:26 +02:00
2023-09-17 05:58:38 +02:00