Add Drupal

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

View file

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