chore: adjust sync devices (syncthing)

This commit is contained in:
Swarsel 2024-07-21 12:07:31 +02:00
parent 468fb00a20
commit 350f08daa8
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
3 changed files with 28 additions and 26 deletions

View file

@ -2312,6 +2312,7 @@ Mostly just sets some opened ports for several games, enables virtualbox (which
environment.systemPackages = with pkgs; [
sbctl
teams-for-linux
# gog games installing
heroic
# minecraft
@ -4948,22 +4949,22 @@ Do not touch this.
folders = {
"Default Folder" = {
path = "/home/swarsel/Sync";
devices = [ "sync (@oracle)" "magicant" ];
devices = [ "sync (@oracle)" ];
id = "default";
};
"Obsidian" = {
path = "/home/swarsel/Nextcloud/Obsidian";
devices = [ "sync (@oracle)" "magicant" ];
devices = [ "sync (@oracle)" ];
id = "yjvni-9eaa7";
};
"Org" = {
path = "/home/swarsel/Nextcloud/Org";
devices = [ "sync (@oracle)" "magicant" ];
devices = [ "sync (@oracle)" ];
id = "a7xnl-zjj3d";
};
"Vpn" = {
path = "/home/swarsel/Vpn";
devices = [ "sync (@oracle)" "magicant" ];
devices = [ "sync (@oracle)" ];
id = "hgp9s-fyq3p";
};
};