From 2e48907d64491a06454b342a1a56d03a0835753d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Sat, 1 Jun 2019 12:46:35 +0200 Subject: Start moving php configuration to a dedicated module --- modules/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/default.nix') diff --git a/modules/default.nix b/modules/default.nix index e36f1a0..dd34870 100644 --- a/modules/default.nix +++ b/modules/default.nix @@ -10,5 +10,6 @@ mediagoblin = ./webapps/mediagoblin.nix; peertube = ./webapps/peertube.nix; + php-application = ./websites/php-application.nix; websites = ./websites; } // (if builtins.pathExists ./private then import ./private else {}) -- cgit v1.2.3