home: ssh: include local-only config file

Useful for configuration options that should remain secret.
This commit is contained in:
Bruno BELANYI 2023-02-15 15:02:15 +00:00
parent b4d050a5f8
commit a61a602bd2

View file

@ -10,6 +10,11 @@ in
config.programs.ssh = lib.mkIf cfg.enable {
enable = true;
includes = [
# Local configuration, not-versioned
"config.local"
];
matchBlocks = {
"github.com" = {
hostname = "github.com";