Add Drupal

This commit is contained in:
Wekuz 2026-03-11 18:01:18 +02:00
parent 767dac0b77
commit 362c0c8813
Signed by: Wekuz
GPG key ID: 2E502F2AABD32DF9

View file

@ -109,6 +109,15 @@
enable = true;
settings = import ./glance.nix;
};
drupal = {
enable = true;
"localhost" = {
enable = true;
extraConfig = ''
$base_url="192.168.1.210:15835"
'';
};
};
};
environment.variables.EDITOR = "nvim";