From b696891356001c34034fcdf6b5b1293b7540aa3d Mon Sep 17 00:00:00 2001 From: coolneng Date: Sat, 9 May 2020 18:53:22 +0200 Subject: [PATCH] Fix datasync module --- configuration.nix | 2 +- modules/datasync.nix | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configuration.nix b/configuration.nix index 8504fd2..13b9986 100644 --- a/configuration.nix +++ b/configuration.nix @@ -79,7 +79,7 @@ ./modules/software.nix ./modules/networking.nix ./modules/gui.nix - #./modules/datasync.nix + ./modules/datasync.nix ./modules/audio.nix ./modules/development.nix ./modules/hardware-configuration.nix diff --git a/modules/datasync.nix b/modules/datasync.nix index 36d874c..bef8ccc 100644 --- a/modules/datasync.nix +++ b/modules/datasync.nix @@ -13,7 +13,7 @@ "syscea/state/root" = { plan = "1d=>1h,1m=>1d,1y=>1m"; recursive = true; - mbuffer = true; + mbuffer.enable = true; destinations.remote = { host = "coolneng@zion"; dataset = "syscea/root"; @@ -23,7 +23,7 @@ "syscea/state/home" = { plan = "1d=>1h,1m=>1d,1y=>1m"; recursive = true; - mbuffer = true; + mbuffer.enable = true; destinations.remote = { host = "coolneng@zion"; dataset = "syscea/home";