diff --git a/hosts/plexy/default.nix b/hosts/plexy/default.nix index 1c50fec..0792f47 100644 --- a/hosts/plexy/default.nix +++ b/hosts/plexy/default.nix @@ -109,6 +109,17 @@ enable = true; settings = import ./glance.nix; }; + drupal = { + enable = true; + sites = { + "localhost" = { + enable = true; + extraConfig = '' + $base_url="192.168.1.210:15835"; + ''; + }; + }; + }; }; environment.variables.EDITOR = "nvim";