diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2019-05-27 19:41:19 +0200 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2019-05-27 19:41:19 +0200 |
commit | 049fe38fda6198ab92da03328d9f333af393e84f (patch) | |
tree | b747622744cb500f58fdfde3b6c5949aa12e2fd1 /machines | |
parent | 481173c1ae8bd00f3759be25bb6014b996af9ddd (diff) | |
download | nixsap-049fe38fda6198ab92da03328d9f333af393e84f.tar.gz |
Stop overriding in vbox s3uri of backup apps
Diffstat (limited to 'machines')
-rw-r--r-- | machines/vbox.nix | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/machines/vbox.nix b/machines/vbox.nix index 11ba43f..d7471eb 100644 --- a/machines/vbox.nix +++ b/machines/vbox.nix @@ -34,10 +34,7 @@ in { fileSystems."/tmp" = 1; }; - nixsap.apps.filebackup.s3uri = mkForce null; nixsap.apps.icinga2.notifications = mkForce false; - nixsap.apps.mysqlbackup.s3uri = mkForce null; - nixsap.apps.pgbackup.s3uri = mkForce null; nixsap.apps.mariadb.mysqld = { datadir = mkForce "/mariadb/db"; |