Was double-defining it...

This commit is contained in:
niten 2024-07-29 22:33:20 -07:00
parent 340e0fcb15
commit f8a5c9d3ec

View File

@ -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 =