From fee690b32f934e8f46089029567300fd21300aad Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Tue, 31 Dec 2024 19:21:19 +0400 Subject: [PATCH] what --- modules/server/nginx.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/server/nginx.nix b/modules/server/nginx.nix index 202a6739..19c60564 100644 --- a/modules/server/nginx.nix +++ b/modules/server/nginx.nix @@ -2,8 +2,6 @@ with lib; let cfg = config.void.server.nginx; in { - imports = [ ./dns ]; - options.void.server.nginx = { enable = mkEnableOption false; }; config = mkIf cfg.enable {