diff --git a/lib/fudo/sites.nix b/lib/fudo/sites.nix index 618f9b2..6d409d6 100644 --- a/lib/fudo/sites.nix +++ b/lib/fudo/sites.nix @@ -84,6 +84,12 @@ let default = null; }; + local-gateway = mkOption { + type = nullOr str; + description = "Hostname of the local gateway, if any."; + default = null; + }; + enable-ssh-backdoor = mkOption { type = bool; description =