Updated desktop config
This commit is contained in:
@@ -20,13 +20,13 @@
|
||||
};
|
||||
};
|
||||
folders = {
|
||||
"xeovalyte-documents" = { # Name of folder in Syncthing, also the folder ID
|
||||
path = "/home/xeovalyte/Documents"; # Which folder to add to Syncthing
|
||||
devices = [ "xv-server" ]; # Which devices to share the folder with
|
||||
"xeovalyte-documents" = {
|
||||
path = "/home/xeovalyte/Documents";
|
||||
devices = [ "xv-server" ];
|
||||
};
|
||||
"xeovalyte-logseq" = { # Name of folder in Syncthing, also the folder ID
|
||||
path = "/home/xeovalyte/Logseq"; # Which folder to add to Syncthing
|
||||
devices = [ "xv-server" ]; # Which devices to share the folder with
|
||||
"xeovalyte-logseq" = {
|
||||
path = "/home/xeovalyte/Logseq";
|
||||
devices = [ "xv-server" ];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
@@ -11,4 +11,5 @@
|
||||
|
||||
services.gvfs.enable = true;
|
||||
services.tumbler.enable = true;
|
||||
programs.file-roller.enable = true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user