diff --git a/lib/fudo/sites.nix b/lib/fudo/sites.nix index 6d409d6..618f9b2 100644 --- a/lib/fudo/sites.nix +++ b/lib/fudo/sites.nix @@ -84,12 +84,6 @@ 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 =