[NixOS] Increase obsidian synchronization frequency

This commit is contained in:
Kat Huang 2023-07-02 14:16:41 -06:00
parent 333fc3fe40
commit d8c4354492

View File

@ -25,6 +25,7 @@
obsidian = {
path = config.home.homeDirectory + "/obsidian";
uri = "git@github.com:katandtonic/obsidian.git";
interval = 60;
};
};
};