[NixOS] Sync org git repo for kat

This commit is contained in:
Kat Huang 2023-08-14 04:06:14 +00:00
parent 5f683cee8e
commit 05d4080f2c

View File

@ -33,6 +33,11 @@
uri = "git@github.com:katandtonic/obsidian.git";
interval = 60;
};
org = {
path = config.home.homeDirectory + "/org";
uri = "ssh://gitea@1896Folsom.duckdns.org:1123/kkathuang/org.git";
interval = 60;
};
};
};