feat(compute01): Enable wordpress
This commit is contained in:
parent
bb677cf509
commit
5b22e8e88d
3 changed files with 24 additions and 1 deletions
11
machines/web01/wordpress/default.nix
Normal file
11
machines/web01/wordpress/default.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
./lavoixduntexte.nix
|
||||
];
|
||||
|
||||
services.wordpress = {
|
||||
webserver = "nginx";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue