updating dalinar syncthing

This commit is contained in:
Chris Cochrun 2024-12-19 10:06:40 -06:00
parent 6742f8d1d5
commit 766e551f42
2 changed files with 3 additions and 3 deletions

View file

@ -300,7 +300,7 @@ in
};
folders = {
docs = {
path = "/home/chris/docs";
path = "${config.home.homeDirectory}/docs";
devices = [ (if laptop then "kaladin" else "syl") "shadow" "dalinar" ];
# versioning = {
# type = "staggered";
@ -313,7 +313,7 @@ in
};
music = {
id = "teqqy-rzvec";
path = "/home/chris/music";
path = "${config.home.homeDirectory}/music";
devices = [ "dalinar" (if laptop then "kaladin" else "syl") "shadow" ];
};
};