home: ssh: add missing 'mkIf cfg.enable'
This commit is contained in:
parent
8ba1746be4
commit
f3519e845f
|
@ -7,7 +7,7 @@ in
|
||||||
enable = mkDisableOption "ssh configuration";
|
enable = mkDisableOption "ssh configuration";
|
||||||
};
|
};
|
||||||
|
|
||||||
config.programs.ssh = {
|
config.programs.ssh = lib.mkIf cfg.enable {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
matchBlocks = {
|
matchBlocks = {
|
||||||
|
|
Loading…
Reference in a new issue