This commit is contained in:
2023-02-26 14:49:22 +00:00
parent 884468f4a4
commit 457ab6199d
13 changed files with 139 additions and 90 deletions

View File

@@ -1,9 +1,9 @@
{ lib, pkgs, config, ... }:
with lib;
let cfg = config.services.ssh-proxy;
let cfg = config.custom.ssh-proxy;
in {
options.services.ssh-proxy = {
options.custom.ssh-proxy = {
enable = mkOption {
type = types.bool;
default = false;