22
0
mirror of https://github.com/SuperSandro2000/nixos-modules.git synced 2024-06-14 03:46:57 +02:00

Fix option name

This commit is contained in:
Sandro - 2023-02-01 01:19:34 +01:00
parent 8b57808135
commit f0501fae16
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -2,7 +2,7 @@
let
cfgP = config.programs.ssh;
cfgS = config.services.ssh;
cfgS = config.services.openssh;
in
{
options = {