]> git.immae.eu Git - perso/Immae/Config/Nix.git/blobdiff - modules/websites/php-application.nix
Rework integration websites
[perso/Immae/Config/Nix.git] / modules / websites / php-application.nix
index 3a43a45e4bdd74e41dc59ca4322f8d3ac8297ee7..879a01acf74e8380ac390fba4932906c2f82c0eb 100644 (file)
@@ -110,12 +110,6 @@ in
               Path to application root
               '';
           };
-          webRoot = mkOption {
-            type = nullOr path;
-            description = ''
-              Path to the web root path of the application. May differ from the application itself (usually a subdirectory)
-              '';
-          };
           preStartActions = mkOption {
             type = listOf str;
             default = [];