nix-amer/meta/cfg-locations.json

13 lines
285 B
JSON

{
"ssh": {
"cnf": { "server": "/etc/sshd_config", "client": "/etc/ssh_config" },
"ser": [ "sshd.service" ]
},
"apache2": {
"cnf": { "main": "/etc/apache2/apache2.conf", "ports": "/etc/apache2/apache2.conf" },
"ser": [ "apache2.service", "httpd.service" ]
}
}