diff options
-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"; |