diff --git a/hosts/plexy/default.nix b/hosts/plexy/default.nix index 1c50fec..a5f3a71 100644 --- a/hosts/plexy/default.nix +++ b/hosts/plexy/default.nix @@ -109,6 +109,14 @@ enable = true; settings = import ./glance.nix; }; + drupal = { + enable = true; + sites = { + "0.0.0.0" = { + enable = true; + }; + }; + }; }; environment.variables.EDITOR = "nvim";