diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2017-02-14 15:37:22 +0300 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2017-02-14 15:37:22 +0300 |
commit | 71321e5e7d3813c2ce222f761ea580d8e2a03979 (patch) | |
tree | edba6a1405519e0bb3c45fa13f31c3c25272874b | |
parent | e95f90b251c0e9ef4df58d9f148b741c34881368 (diff) | |
download | nixsap-71321e5e7d3813c2ce222f761ea580d8e2a03979.tar.gz |
vbox: mount /jenkins
-rw-r--r-- | machines/vbox.nix | 1 |
1 files changed, 1 insertions, 0 deletions
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; |