home: ssh: include local-only config file
Useful for configuration options that should remain secret.
This commit is contained in:
parent
b4d050a5f8
commit
a61a602bd2
|
@ -10,6 +10,11 @@ in
|
||||||
config.programs.ssh = lib.mkIf cfg.enable {
|
config.programs.ssh = lib.mkIf cfg.enable {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
|
includes = [
|
||||||
|
# Local configuration, not-versioned
|
||||||
|
"config.local"
|
||||||
|
];
|
||||||
|
|
||||||
matchBlocks = {
|
matchBlocks = {
|
||||||
"github.com" = {
|
"github.com" = {
|
||||||
hostname = "github.com";
|
hostname = "github.com";
|
||||||
|
|
Loading…
Reference in a new issue