what
This commit is contained in:
parent
273a84de1a
commit
fee690b32f
|
@ -2,8 +2,6 @@
|
||||||
with lib;
|
with lib;
|
||||||
let cfg = config.void.server.nginx;
|
let cfg = config.void.server.nginx;
|
||||||
in {
|
in {
|
||||||
imports = [ ./dns ];
|
|
||||||
|
|
||||||
options.void.server.nginx = { enable = mkEnableOption false; };
|
options.void.server.nginx = { enable = mkEnableOption false; };
|
||||||
|
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
|
|
Loading…
Reference in a new issue