updating dalinar syncthing
This commit is contained in:
parent
6742f8d1d5
commit
766e551f42
2 changed files with 3 additions and 3 deletions
|
@ -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" ];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue