From f8a5c9d3ecaea09d78c79d32eb85473a27a42176 Mon Sep 17 00:00:00 2001 From: niten Date: Mon, 29 Jul 2024 22:33:20 -0700 Subject: [PATCH] Was double-defining it... --- lib/fudo/sites.nix | 6 ------ 1 file changed, 6 deletions(-) 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 =