summaryrefslogtreecommitdiff
path: root/machines/xnet/nginx.nix
diff options
context:
space:
mode:
Diffstat (limited to 'machines/xnet/nginx.nix')
-rw-r--r--machines/xnet/nginx.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/machines/xnet/nginx.nix b/machines/xnet/nginx.nix
index 64c1d65..eadd794 100644
--- a/machines/xnet/nginx.nix
+++ b/machines/xnet/nginx.nix
@@ -5,7 +5,6 @@ let
inherit (lib) mkOption mkIf types;
in
{
-
options.xnet.nginx = {
enable = mkOption {
type = types.bool;