add syncthing
This commit is contained in:
parent
28e9fba686
commit
2d1cc02293
5 changed files with 140 additions and 1 deletions
|
|
@ -62,7 +62,19 @@
|
|||
};
|
||||
|
||||
"zettelkasten" = {
|
||||
path = "/home/gwg313/zettelkasten/";
|
||||
path = "/home/gwg313/my-notes/";
|
||||
devices = [ "grymforge" ];
|
||||
versioning = {
|
||||
type = "staggered";
|
||||
params = {
|
||||
cleanInterval = "3600";
|
||||
maxAge = "15768000";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
"nix-config" = {
|
||||
path = "/home/gwg313/nix-config/";
|
||||
devices = [ "grymforge" ];
|
||||
versioning = {
|
||||
type = "staggered";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue