git-sync: remove config repository
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -9,10 +9,6 @@ in {
|
|||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.git-sync-rs;
|
package = pkgs.git-sync-rs;
|
||||||
repositories = {
|
repositories = {
|
||||||
config = {
|
|
||||||
path = config.home.homeDirectory + "/config";
|
|
||||||
uri = "git@github.com:IvanMalison/config.git";
|
|
||||||
};
|
|
||||||
org = {
|
org = {
|
||||||
path = config.home.homeDirectory + "/org";
|
path = config.home.homeDirectory + "/org";
|
||||||
uri = "git@github.com:IvanMalison/org.git";
|
uri = "git@github.com:IvanMalison/org.git";
|
||||||
|
|||||||
Reference in New Issue
Block a user