From ae37f7b55f5a6b8c5fef7236530e58e45613d4a6 Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Tue, 20 Dec 2016 14:30:05 +0300 Subject: nginx: refactored config events -> conf.events http -> conf.http main -> conf --- machines/vbox.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'machines') diff --git a/machines/vbox.nix b/machines/vbox.nix index 986100b..946eada 100644 --- a/machines/vbox.nix +++ b/machines/vbox.nix @@ -27,7 +27,7 @@ in { fileSystems."${apps.icinga2.stateDir}" = mkIf apps.icinga2.enable 1; fileSystems."${apps.icingaweb2.configDir}" = mkIf apps.icingaweb2.enable 1; fileSystems."${apps.mysqlbackup.dumpDir}" = mkIf (apps.mysqlbackup.servers != {}) 10; - fileSystems."${apps.nginx.stateDir}" = mkIf (apps.nginx.http.servers != {}) 1; + fileSystems."${apps.nginx.stateDir}" = mkIf (apps.nginx.conf.http.servers != {}) 1; fileSystems."/mariadb" = mkIf apps.mariadb.enable 30; fileSystems."/postgresql" = mkIf (apps.postgresql != {}) 2; fileSystems."/tmp" = 1; -- cgit v1.2.3