Add Drupal
This commit is contained in:
parent
767dac0b77
commit
cb5c74939d
1 changed files with 11 additions and 0 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue