mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-24 03:09:38 +01:00
* ssh: add generic Match support for matchBlocks Introduce conservative support for actual `Match` blocks in ssh config. "Conservative" means this PR doesn'tt try to process the `match` expression and simply uses it as a string provided by the user. If set, `match` has precedence over `host` meaning if both are set, `match` is used and `host` is ignored. * Add news entry |
||
|---|---|---|
| .. | ||
| lib/types | ||
| modules | ||
| asserts.nix | ||
| big-test.nix | ||
| default.nix | ||
| stubs.nix | ||