mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-04-20 03:34:07 +02:00
disable wordpress
This commit is contained in:
parent
587bd3d105
commit
6b38388001
1 changed files with 0 additions and 22 deletions
|
@ -90,26 +90,4 @@
|
|||
chmod-socket = "660";
|
||||
};
|
||||
};
|
||||
|
||||
services.wordpress.sites."test.missing.ninja" =
|
||||
with self.packages.${config.nixpkgs.hostPlatform.system}; {
|
||||
themes = [
|
||||
madara
|
||||
madara-child
|
||||
pkgs.wordpressPackages.themes.twentytwentythree
|
||||
];
|
||||
plugins = [
|
||||
madara-core
|
||||
madara-shortcodes
|
||||
option-tree
|
||||
option-tree-lean
|
||||
widget-logic
|
||||
];
|
||||
settings = {
|
||||
FORCE_SSL_ADMIN = true;
|
||||
};
|
||||
extraConfig = ''
|
||||
$_SERVER['HTTPS']='on';
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue