Adding wordpress
This commit is contained in:
parent
c8fcad448a
commit
29b3db36cd
3 changed files with 18 additions and 3 deletions
14
hosts/zora/wordpress.nix
Normal file
14
hosts/zora/wordpress.nix
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
services.wordpress = {
|
||||
webserver = "nginx";
|
||||
|
||||
"lyes.eu" = {
|
||||
languages = [ pkgs.wordpressPackages.languages.fr_FR ];
|
||||
settings = {
|
||||
WPLANG = "fr_FR";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue