home: ssh: add missing 'mkIf cfg.enable'

This commit is contained in:
Bruno BELANYI 2021-09-24 01:13:23 +02:00
parent 8ba1746be4
commit f3519e845f

View file

@ -7,7 +7,7 @@ in
enable = mkDisableOption "ssh configuration";
};
config.programs.ssh = {
config.programs.ssh = lib.mkIf cfg.enable {
enable = true;
matchBlocks = {