disable wordpress

This commit is contained in:
jopejoe1 2024-08-29 20:40:14 +02:00
parent 587bd3d105
commit 6b38388001

View file

@ -90,26 +90,4 @@
chmod-socket = "660"; 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';
'';
};
} }