This commit is contained in:
Sakooooo 2024-12-31 19:21:19 +04:00
parent 273a84de1a
commit fee690b32f
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

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