Fix datasync module
This commit is contained in:
parent
c5faaa57af
commit
b696891356
@ -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
|
||||
|
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user