From 48442892b4619690bf82dd524f1a41640794594f Mon Sep 17 00:00:00 2001 From: Wekuz Date: Wed, 11 Mar 2026 18:01:18 +0200 Subject: [PATCH] Add Drupal --- hosts/plexy/default.nix | 8 ++++++++ 1 file changed, 8 insertions(+) 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";