feat: web stack make php optional

This commit is contained in:
2025-10-27 16:38:12 +01:00
parent ca04f5d8c3
commit 7af4b6a5d1
3 changed files with 11 additions and 17 deletions

View File

@@ -5,6 +5,8 @@ let
in {
services.webstack.instances."${domain}" = {
enablePhp = false;
authorizedKeys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOXKR0AQdP1zn6pL2yjGA/eo9F5Ah2u6+Y5dIk8wR5/I"
];
@@ -67,7 +69,5 @@ in {
add_header Pragma "public";
add_header Cache-Control "public";
'';
phpPackage = pkgs.php;
};
}