From 71321e5e7d3813c2ce222f761ea580d8e2a03979 Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Tue, 14 Feb 2017 15:37:22 +0300 Subject: vbox: mount /jenkins --- machines/vbox.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'machines') diff --git a/machines/vbox.nix b/machines/vbox.nix index f7ffd49..a14af19 100644 --- a/machines/vbox.nix +++ b/machines/vbox.nix @@ -28,6 +28,7 @@ in { 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.conf.http.servers != {}) 1; + fileSystems."/jenkins" = mkIf (apps.jenkins != {}) 15; fileSystems."/mariadb" = mkIf apps.mariadb.enable 30; fileSystems."/postgresql" = mkIf (apps.postgresql != {}) 2; fileSystems."/tmp" = 1; -- cgit v1.2.3